[antlr-interest] Re: [antlr-dev] we can do push/pop error stuff for 4%

Terence Parr parrt at cs.usfca.edu
Sun May 28 10:45:07 PDT 2006


On May 28, 2006, at 3:45 AM, Sam Barnett-Cormack wrote:
> How
> did you implement your own?

I used an array list to avoid cost to alloc and update pointers etc...

After looking at java.util.List I suspect it's as fast as my specific  
implementation...

Ter


More information about the antlr-interest mailing list