[antlr-interest] Faster expression parsing

James Mansion james at mansionfamily.plus.com
Fri Aug 29 12:40:35 PDT 2008


Terence Parr wrote:
> This one is much more efficient but I am not sure it will show up  
> unless you have a huge input.
>   
Isn't the optimisation of:

    <some-elided-constructs> foo <some-more-elided-constructs> -> foo

to

    foo

something that antlr could do fairly easily?




More information about the antlr-interest mailing list