[antlr-interest] Another parsing question

Terence Parr parrt at cs.usfca.edu
Tue Aug 5 14:22:08 PDT 2008


On Aug 5, 2008, at 12:44 PM, Foust wrote:

>>
>> Lexing is all done up front with no input from the parser at all.
>>
>
> Why was that done? Is it the price you pay for infinite lookahead?

Speed of access for ith char / token.  Will build a lazy version. :)
Ter


More information about the antlr-interest mailing list