From c11dc39c077c5b30d96cf3a6ecc845bfc55e13f3 Mon Sep 17 00:00:00 2001 From: Sven Robertz <sven@cs.lth.se> Date: Tue, 8 Nov 2011 10:10:29 +0100 Subject: [PATCH] documentation epsilon --- examples/simple_java/README | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/examples/simple_java/README b/examples/simple_java/README index 0693124..cbfc280 100644 --- a/examples/simple_java/README +++ b/examples/simple_java/README @@ -1,7 +1,15 @@ This is a very simple example with one labcomm file (simple.lc) defining two samples. -Example source code: +Example source code: Encoders and decoders written in Java and C. Encoder.java Decoder.java + example_encoder.c + example_decoder.c And simple scripts compile.sh - first runs the LabComm compiler and then compiles Encoder and Decoder run.sh - runs, as expected Encoder and then Decoder + +When running compile.sh, Java and C files for the two samples defined in simple.lc will +be generated in the gen directory. + +run.sh will then run first the encoder, writing to encoded_data, and then the decoders written +in Java and C, respectively, reading from the previously written encoded_data. -- GitLab