From 2bcaa6653b11698f8c5f86d6bcdd71ea55a5abe4 Mon Sep 17 00:00:00 2001 From: Sven Robertz <sven@cs.lth.se> Date: Tue, 2 Jul 2013 16:24:16 +0200 Subject: [PATCH] embryo README --- examples/dynamic/README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/dynamic/README b/examples/dynamic/README index 072b74b..810e1ff 100644 --- a/examples/dynamic/README +++ b/examples/dynamic/README @@ -1,2 +1,8 @@ This directory contains an embryo of an example of how to generate and compile a labcomm endpoint on the fly. + +NB! There is currently no connection between the files StaticPart.java, DynamicPart.java, and +TestLabCommCompiler.java + +the runme.sh script builds and runs the TestLabCommCompiler, which illustrates the +on-the-fly compilation to RAM, but is not yet connected to an actual LabComm channel -- GitLab