Hi,
    I have a grammar with close to 1000 rules, because of which the size of
the parser in C-Target is close to 8k. I was looking at the parser and it
has a function pointer for each of my rule. This portion is not going to
change for ever. So i was wondering, if there is a way to reset the parser
and re-use it, instead of allocating and initializing it from scratch. I am
trying to form something more specific to my project. In the meanwhile, i
thought of asking, whether there is a easy way to do the same.

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