guile 1.4.1.92 available
Thien-Thi Nguyen <[email protected]>
| Newsgroups | gmane.lisp.guile.user,gmane.lisp.guile.sources |
|---|---|
| Message-ID | <E189b8N-0006zN-00@giblet> |
lang/*.scm now in. lang/ctax/*.scm deferred to 1.4.3. tarball in dir: http://www.glug.org/tmp/2002-11/ new NEWS excerpt below. suggestions to improve the nascent debugging support welcome (as well as code). semantic bovinator, here we come! thi __________________________________________________________ * (! Experimental !) New modules for lexing, parsing Accompanying the librgx integration are addition of these modules: (lang lex) -- construct a lexical analyzer (lang grammar) -- specify a grammar (lang lr0) -- LR(0) parser (lang lr1) -- LR(1) parser (lang debug-common) -- used by the following (lang lr0-debug) -- drop-in replacement for lr0.scm (lang lr1-debug) -- drop-in replacement for lr1.scm The interfaces for the latter three modules are subject to change; the others are stable. At this time documentation exists solely as comments in the code. See lang/lex.test and lang/parse.test for example usage. [excerpt ends here] _______________________________________________ Guile-user mailing list [email protected] http://mail.gnu.org/mailman/listinfo/guile-user