commit bdc5db67f0b2df4862fd6e79df8abb8559c97442 parent d59c510941e86c140523abf3d0792b75a3669b45 Author: Stephen Chang <stchang@ccs.neu.edu> Date: Wed, 6 Jul 2016 15:49:40 -0400 update readme with new dir structure Diffstat:
| M | README.md | | | 15 | +++++---------- |
1 file changed, 5 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md @@ -1,13 +1,9 @@ -- all languages from the paper are in `tapl/` directory +- all languages from the paper are in implemented with both Racket syntax (in `macrotypes/examples/`) and Turnstile syntax (in `turnstile/examples/`) -- see `tapl/README.md` for language reuse information +- see `macrotypes/examples/README.md` for language reuse information -- tests are in `tapl/tests/` directory +- tests are in `macrotypes/examples/tests/` and `turnstile/examples/tests/` directories -- run all calculi tests with `racket tapl/tests/run-all-tests.rkt` +- run all tests (from test directory) with `racket run-all-tests.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` - -- alternate syntax implementations is in `define-typed-syntax` branch -\ No newline at end of file +- run just mlish tests (from test directory) with `racket run-all-mlish-tests.rkt`