[antlr-interest] Any way to introduce a base class forTreeParser/Lexer/Parser?

Bryan Ewbank ewbank at gmail.com
Wed Jun 1 12:54:42 PDT 2005


Gerald,

> > > Is there some alternate notation for specifying a base class
> >   class TinyCParser extends Parser("ParseTreeDebugParser");
> Exactly what I was looking for.  Thanks much!

Thank you for starting this thread; I'd missed that in the manual and
was doing some hideous #include stuff for my C++ grammars.

Now I know the "better way" ™ - in ANTLR

- Bryan


More information about the antlr-interest mailing list