Hello Friends While looking at the ways I can use the generated Lexer and Parser classes of my grammar I stumbled thru this page:
http://www.antlr.org/wiki/pages/viewpage.action?pageId=789 It says that we can use the parser something like this: RuleReturnScope result = parser.compilationUnit(); But, on my Parser class I do not see any method that really returns result of this type. All my methods for the grammar rules are simply void. panic! Am I missing anything here? Many thanks! Ketan 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.
