[antlr-interest] Newbie question

Bill Steer steerr at bellsouth.net
Thu Apr 30 07:06:38 PDT 2009


Please excuse this newbie question.  I'm generating a lexer/parser in 
C#, setting the 'language' option to 'Csharp2'.  It's successfully 
generating the code, but there are several errors in it, as follows:

1. It's missing a ';' on one statement.
2. It's missing a cast from IList to ArrayList on one statement.
3. I haven't found a way to include a 'namespace' statement in the 
generated code.

Are these common errors, or is there a way around them?

Thanks for any help.

Bill Steer




More information about the antlr-interest mailing list