Go to file
Ben Greenman ffa0a05e26 [scribblings] respond to comments on PR #29
- add `#lang turnstile` to Sec 2.7
- use eval:error in @examples[]
- remove @literal
2016-09-30 10:14:03 -04:00
macrotypes add more #:no-provide options; add eval'ed doc examples 2016-09-29 16:04:47 -04:00
turnstile [scribblings] respond to comments on PR #29 2016-09-30 10:14:03 -04:00
.gitignore add .gitignore 2015-09-21 17:54:07 -04:00
info.rkt add missing build-deps 2016-09-28 13:46:51 -04: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