[antlr-interest] Grammars with too many keywords?

Robert Enyedi renyedi at gmail.com
Thu Mar 1 21:34:43 PST 2007


On 3/2/07, John Green <greenj at ix.netcom.com> wrote:
>
>
> Using Antlr 2.7.6 to generate C++ code, I have to split the parser into 8
> compile units for it to compile. I've no idea what I'd have to do in Java.
>


Given that ANTLR is a top-down parser generator which generates one method
per rule from the parser, rule splitting should be the answer to your
problem in case of Java too.

Regards,
Robert
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org/pipermail/antlr-interest/attachments/20070302/c1e5dab2/attachment-0001.html 


More information about the antlr-interest mailing list