Go to file
2017-01-24 12:59:02 -05:00
macrotypes transfer srclocs so that check-syntax arrows work 2017-01-13 16:56:24 -05:00
turnstile polish docs; explain #lang turnstile/lang and \succ form 2017-01-24 12:59:02 -05:00
.gitignore add .gitignore 2015-09-21 17:54:07 -04:00
info.rkt Added missing dependency on typed-racket-lib 2016-10-27 01:29:27 +02:00
README.md add racket version req to readme 2016-07-06 15:51:14 -04:00

  • all languages from the paper are in implemented with both Racket syntax (in macrotypes/examples/) and Turnstile syntax (in turnstile/examples/)

  • see macrotypes/examples/README.md for language reuse information

  • tests are in macrotypes/examples/tests/ and turnstile/examples/tests/ directories

  • run all tests (from test directory) with racket run-all-tests.rkt

  • run just mlish tests (from test directory) with racket run-all-mlish-tests.rkt

  • running tests require Racket v6.5 or later