[antlr-interest] ANTLR3 first try

Fabio Maulo fabiomaulo at gmail.com
Sun May 27 08:54:33 PDT 2007


Johannes Luber escribió:
> You can't use "C:\antlr\antlr-3.0\lib" as a classpath. List each of
> those jars explicitly like "C:\antlr\antlr-3.0\lib\antlr-2.7.7.jar".
>   
Thanks, now it work.
 From the book, and the site, was not so clear for me.
> Use
>
> options {language=CSharp;}
>
> Inside the grammar file. 
>   
Thank for this too... my mistake was that I use a mix between old and 
new declaration of the option
options {language='CSharp';}

Thank for all.
Now I can start with ANTLR3.

Bye.
Fabio.



More information about the antlr-interest mailing list