Its been a long time since I last used antlr and I'm now getting the chance
to use it again.  I happened on a rather conspicuous gap in my knowledge: I
have no idea what the right way take actions based on parsed results.

Should I parse my input to an AST and then walk the AST?  This seems like
it'd be a pain to maintain.
Should I call actions directly from antlr?  This simpler but in practice is
really cumbersome and makes using antlrworks much more difficult.

Both of these are going to leave me with gobs of code translating from the
AST representation to my domain objects.

What is the best practice for doing this?

Nik

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