racket/collects/combinator-parser/info.ss
Kathy Gray fb40b02b42 Moved the combinator parser out of parser-tools to alleviate the problem the
dependence on lazy had for the mzscheme build

svn: r5728
2007-03-04 23:30:43 +00:00

6 lines
108 B
Scheme

(module info (lib "infotab.ss" "setup")
(define doc.txt "doc.txt")
(define name "Combinator parser"))