Yeah, I noticed this too, while I was looking for a lexer tool for Guile and came across the old (lang lex) module. (lang lex) is pretty straightforward, but relies, I think, on some procedures from Rx that transform regular expressions to DFAs. Any chance we can re-obtain some lexing / parsing Guile modules at some point in the future? (I was setting about re-writing the DFA portions of Rx in pure Scheme -- the original just exposed some C functions).
On 5/24/05, Marius Vollmer <[EMAIL PROTECTED]> wrote: > Kevin Ryde <[EMAIL PROTECTED]> writes: > > > Is the Rx regexp library supported in the guile core any more? I > > can't see it, and I think the docs for that stuff in the manual should > > be removed to stop anyone getting confused between those functions and > > the posix regex functions. > > Ok. > > -- > GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 > > > _______________________________________________ > Guile-devel mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/guile-devel > _______________________________________________ Guile-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/guile-devel
