[antlr-interest] Antlr3c / Tokenization of big files

Juancarlo Añez apalala at gmail.com
Wed Sep 26 19:06:24 PDT 2012


On Wed, Sep 26, 2012 at 8:43 PM, Jim Idle <jimi at temporal-wave.com> wrote:

> You will need to partition the input. Find a logical place to split it,
> parse in pieces but keep your symbol tables and so on in tact.
>

I bumped against the limits of ANTLR3/Java, with a very large grammar.

Finding a reasonable way to split the grammar solved the problem.

-- 
Juancarlo *Añez*


More information about the antlr-interest mailing list