From: Dave Herman (dherman at ccs.neu.edu) Date: Sun Jun 4 21:44:51 EDT 2006 |
|
The parser-tools collection seems to require an (end ...) specifier in a way that prevents online parsing of streams. I'd like to be write a parser that reads individual expressions one at a time from an input port without requiring each expression to be terminated with an EOF or even any particular token, and this seems impossible. Am I missing something? Thanks, Dave
Posted on the users mailing list. |
|