commit 4320b24267da8c9e80cda967115604e35001c882 parent a6275ff568bf090d5301839ee898fac194b7f7ab Author: Stephen Chang <stchang@ccs.neu.edu> Date: Wed, 23 Mar 2016 12:15:47 -0400 readme update Diffstat:
| M | README.md | | | 8 | +++++--- |
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md @@ -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` -\ No newline at end of file + - run all mlish tests with `racket tapl/tests/run-all-mlish-tests.rkt` + +- alternate syntax implementations is in `define-typed-syntax` branch +\ No newline at end of file