[antlr-interest] C# working version

Alex Sedow alexsedow at mail.ru
Fri Mar 5 10:14:33 PST 2004


> Hey all,
>
> and the cs files, and a .Net executable (just drag cs files into
CSharp.exe)
> are at:
>
> http://www.debreuil.com/CSharp/CSharp.zip
>
> Cheers,
> robin

Hello Robin!

I try your parser.
1. CSharpLexer.cs(402) not compiled under MSVC# in one line.
override public new Token nextToken()
and compiled after new keyword removed:
override public Token nextToken().
This line is generated by ANTLR/C#.
2. Parser runs infinite when try parse line at CSharpParser.cs(8191).
3. What are you using to work with C#?

Alex.



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/antlr-interest/

<*> To unsubscribe from this group, send an email to:
     antlr-interest-unsubscribe at yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
     http://docs.yahoo.com/info/terms/
 



More information about the antlr-interest mailing list