[antlr-interest] Incremental Parsing?

Jonathan Thomas jonathan.thomas at ca.com
Mon Jul 16 17:57:44 PDT 2007


Assuming of course he has a nice file of one record per line ...
if he has some of the nastier record followed by sub-records (variable 
number) then the job's going to be a little trickier :-)

Terence Parr said the following on 17/07/2007 10:56 AM:
>
> 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