racket/collects/redex/scribblings
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
..
ref.scrbl follow up to William J. Bowman's commit 2013-03-01 19:38:57 -06:00
tut-util.rkt move the redex scrbl files into a scribblings subcollection and adjust timeouts 2012-02-29 07:13:36 -06:00
tut.scrbl Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00