[antlr-interest] Code beautifier-indentation

Bryan Ewbank ewbank at gmail.com
Fri Mar 18 02:37:30 PST 2005


Both options control parts of how code is generated.  Theres a fairly
complete reference manual on-line; references to what your asking
about are here:

http://www.antlr.org/doc/options.html#codeGenMakeSwitchThreshold - a
threshold  for using if/else versus switch statements.

http://www.antlr.org/doc/options.html#codeBitsetTestThreshold - a
threshold for building and using bitsets.

I've been fairly successful with google "antlr foo" to find
information on antlr-related stuff.

On Fri, 18 Mar 2005 10:53:36 +0100, Meena Moktali <mmoktali at bphx.dk> wrote:
> hi everyone!
> Can anyone tell me what do the below given variables do?
> 
> codeGenMakeSwitchThreshold = 3;
> codeGenBitsetTestThreshold = 4;


More information about the antlr-interest mailing list