[antlr-interest] Incremental Parsing?

Terence Parr parrt at cs.usfca.edu
Mon Jul 16 17:56:05 PDT 2007


On Jul 16, 2007, at 5:51 PM, Benji Smith wrote:
> The JavaCC parser works well, except that I can't parse the file
> record-by-record. I have to parse the entire file, returning a
> collection of Record objects at the end.

Hi. just read a line at a time and then send that to the parser. :)

Ter




More information about the antlr-interest mailing list