add main readme

This commit is contained in:
Stephen Chang 2016-03-23 12:11:03 -04:00
parent 94a286fe7d
commit a6275ff568

11
README.md Normal file
View File

@ -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`