readme update

This commit is contained in:
Stephen Chang 2016-03-23 12:15:47 -04:00
parent a6275ff568
commit 4320b24267

View File

@ -6,6 +6,8 @@
- run all calculi tests with `racket tapl/tests/run-all-tests.rkt`
- mlish language is in `tapl/mlish.rkt`
- mlish language is in `tapl/mlish.rkt`, to make it easier to reuse other langs
- mlish tests are in `tapl/tests/mlish/`
- run all mlish tests with `racket tapl/tests/run-all-mlish-tests.rkt`
- run all mlish tests with `racket tapl/tests/run-all-mlish-tests.rkt`
- alternate syntax implementations is in `define-typed-syntax` branch