summaryrefslogtreecommitdiff
path: root/Source/Jennisys/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Jennisys/README.txt')
-rw-r--r--Source/Jennisys/README.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/Source/Jennisys/README.txt b/Source/Jennisys/README.txt
new file mode 100644
index 00000000..30f91b2e
--- /dev/null
+++ b/Source/Jennisys/README.txt
@@ -0,0 +1,28 @@
+1. Installation instructions
+----------------------------
+
+ - download the entire boogie source distribution and place it in c:\boogie
+ - create c:\tmp folder
+ - copy the Jennisys\scripts\StartDafny-jen.bat script into c:\tmp
+
+2. Running the examples
+----------------------------
+
+ $ cd Jennisys
+ $ bin/Debug/Jennisys.exe examples/<name>.jen
+
+ The most current and complete set of examples is in the
+ "examples/oopsla12" folder. No additional Jennisys switches need be
+ passed for either of them.
+
+ Synthesized programs will be generated in "c:\tmp", and their file
+ names will follow the following pattern:
+
+ "jennisys-synth_<example-name>.dfy"
+
+ To verify the correctness of the synthesized programs, run
+
+ $ Dafny /compile:0 jennisys-synth_<example-name>.dfy
+
+ Expected outputs (i.e., synthesized Dafny programs) for the examples
+ in "examples/oopsla12" can be found in the same folder.