racket/collects/redex
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
..
examples follow up to William J. Bowman's commit 2013-03-01 19:38:57 -06:00
private follow up to William J. Bowman's commit 2013-03-01 19:38:57 -06:00
scribblings follow up to William J. Bowman's commit 2013-03-01 19:38:57 -06:00
tests follow up to William J. Bowman's commit 2013-03-01 19:38:57 -06:00
gui.rkt added show-derivations to redex 2012-11-06 19:15:53 -06:00
info.rkt Don't compile test files. 2012-03-13 10:29:13 -04:00
main.rkt Rackety 2012-03-05 08:12:02 -06:00
pict.rkt added some pretty-print using term formatters and fixed the 2012-10-01 23:27:48 -05:00
redex.scrbl move the redex scrbl files into a scribblings subcollection and adjust timeouts 2012-02-29 07:13:36 -06:00
reduction-semantics.rkt adjust generate-term so that it has an '=' in its concrete 2012-11-01 21:13:39 -05:00
tut-subst.rkt added a amb-based redex tutorial 2012-02-05 17:24:13 -06:00