Hi Jim,
      Thanks for the nice reset functionality you have provided in all the
parsers, lexers, InputStreams and TokenStreams in 3.4.

      In the grammar, that i am working with, there are atleast 1000 rules.
The current parser puts a function pointer for every rule, which makes the
size of the parser to around 10k in a 64 bit system.  But actually we need
only one entry point for the parser. If you can plan to provide something
which restricts the amount of Function pointer generation, that would
optimize the size of the created parser. I understand that there is a need
to be consistent with the Java interface. But just wanted to know, what you
feel about it.

Thanks,
Gokul.

List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe: 
http://www.antlr.org/mailman/options/antlr-interest/your-email-address

-- 
You received this message because you are subscribed to the Google Groups 
"il-antlr-interest" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/il-antlr-interest?hl=en.

Reply via email to