[antlr-interest] Five minute introduction to ANTLR 3

Johannes Luber jaluber at gmx.de
Fri Jul 18 09:48:30 PDT 2008


rkevinburton at charter.net schrieb:
> I am new to ANTLR so I was reading the 'Five minute introduction to ANTLR 3' and it contains the following:
> 
> parser.expr();
> 
> Which when I try to compile C# indicates that expr is not a member of the parser object. What method should I use?
> 
> Thank you.
> 
> Kevin
> 

Did you copy the right grammar from the introduction? Do you use 3.1b2? 
Did you generate the grammar,too? What's your driver program?

Johannes


More information about the antlr-interest mailing list