racket/collects/redex/tests/syn-err-tests
Robby Findler 42847ea523 follow up to William J. Bowman's commit
- put the tests together with the other define-union-language tests
- fix the docs
- add a release note
- construct the merged language a bit more directly
- properly deal with this kind of thing:
  (define-language L1 (e f ::= 1 2 3))
  (define-language L2 (e g ::= 4 5 6))
  (define-union-language L L1 L2)
2013-03-01 19:38:57 -06:00
..
judgment-form-definition.rktd Change define-relation to compile to a judgment-form, instead of a metafunction. 2012-11-29 17:17:34 -06:00
judgment-holds.rktd Big newline at EOF scan. 2012-02-29 00:28:11 -05:00
language-definition.rktd follow up to William J. Bowman's commit 2013-03-01 19:38:57 -06:00
metafunction-definition.rktd add #:lang keyword to term, which checks that underscored symbols agree with patterns in the provided language...changed most internal uses of term to use this form 2012-08-08 11:09:01 -05:00
redex-let.rktd Big newline at EOF scan. 2012-02-29 00:28:11 -05:00
reduction-relation-definition.rktd add #:lang keyword to term, which checks that underscored symbols agree with patterns in the provided language...changed most internal uses of term to use this form 2012-08-08 11:09:01 -05:00
relation-definition.rktd Change define-relation to compile to a judgment-form, instead of a metafunction. 2012-11-29 17:17:34 -06:00
term-lang.rktd add #:lang keyword to term, which checks that underscored symbols agree with patterns in the provided language...changed most internal uses of term to use this form 2012-08-08 11:09:01 -05:00
term.rktd adjust redex error message tests to match singular/plural fixes in 2012-05-31 10:56:14 -05:00