summaryrefslogtreecommitdiff
path: root/Jennisys/Jennisys/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Jennisys/Jennisys/README.txt')
-rw-r--r--Jennisys/Jennisys/README.txt28
1 files changed, 0 insertions, 28 deletions
diff --git a/Jennisys/Jennisys/README.txt b/Jennisys/Jennisys/README.txt
deleted file mode 100644
index 30f91b2e..00000000
--- a/Jennisys/Jennisys/README.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-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.