------ Original Message (Monday, April 12, 2010 8:16:53 PM) From: Sébastien Kirche ------ Subject: [antlr-interest] CommonTree -> AST conversion ? > Could someone correct my code or point me an example more complete that the > code snippet that is mentioned in the wiki ? And could you point me some > code for a custom tree walker? Just use Antlr to generate a sample tree walker. The generated code is quite readable and will be an example specific to your AST. > I have read some mentions about implementing a visitor pattern, it that the > regular way ? > The regular way is to just use a generated tree walker.
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.
