[antlr-interest] writing an interpreter

Maciej Zawadziński mzawadzinski at gmail.com
Sat Mar 25 02:52:30 PST 2006


Hi!

I am gonna write an interpreter of simple language. I am thinking of
implementing it as a treewalker, but I encountered some problems with
loops. How can I force ANTLR treewalker not to parse some nodes of
tree? (e.g. "body" of the if/while loop if the condition is not
satisfied?)

regards,
Maciek

--
Maciej Zawadziński


More information about the antlr-interest mailing list