[antlr-interest] How to force a TreeWalker to match exactly?

Martin Probst mail at martin-probst.com
Mon Mar 20 11:19:14 PST 2006


> The funny part is that v3 enforces this strictly, but now I'm trying  
> to find out how to turn off for quick filtering!  ;)

In my opinion I need two things:
      * Complete tree parsers that check for everything (translation)
      * Matchers that search the tree for certain patterns
        (optimisation)
Both are not exactly what ANTLR 2 is providing at the moment.

IMHO it would be very nice if this was an option in tree grammars in v3.

Martin



More information about the antlr-interest mailing list