commit a6275ff568bf090d5301839ee898fac194b7f7ab parent 94a286fe7dda3da86fc44bf29d923e8a16b38a60 Author: Stephen Chang <stchang@ccs.neu.edu> Date: Wed, 23 Mar 2016 12:11:03 -0400 add main readme Diffstat:
| A | README.md | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -0,0 +1,11 @@ +- all languages from the paper are in `tapl/` directory + +- see `tapl/README.md` for language reuse information + +- tests are in `tapl/tests/` directory + +- run all calculi tests with `racket tapl/tests/run-all-tests.rkt` + +- mlish language is in `tapl/mlish.rkt` + - mlish tests are in `tapl/tests/mlish/` + - run all mlish tests with `racket tapl/tests/run-all-mlish-tests.rkt` +\ No newline at end of file