[antlr-interest] ANTLR C# port

Jim Idle jimi at temporal-wave.com
Tue May 17 13:55:56 PDT 2011


You should post your code as it is hard to see what you are doing wrong
just from your description.

Jim

> -----Original Message-----
> From: antlr-interest-bounces at antlr.org [mailto:antlr-interest-
> bounces at antlr.org] On Behalf Of Dilip Ranganathan
> Sent: Tuesday, May 17, 2011 12:00 PM
> To: antlr-interest at antlr.org
> Subject: [antlr-interest] ANTLR C# port
>
> Hi
>
> I have been banging my head with Sam Harwell's Antlr C# port since
> morning.
>
> SO far I have managed to integrate grammar compilation with Visual
> Studio
> 2010 following the instructions on this page:
> http://www.antlr.org/wiki/display/ANTLR3/Antlr3CSharpReleases
>
> However I am stuck with something for the moment. A simple test driver
> program I wrote to test the generated lexer/parser doesn't report any
> kind of error when I pass invalid input. That is, the generated parser
> code is eating the exception and the output window only shows that a
> few first chance exceptions were generated. Now I added these
> exceptions to
> Debug->Exceptions list in VS 2010 (under CLR) and that way I was able
> to
> make the debugger break into the offending code but I can't believe
> this is the way to do it? Shouldn't I be seeing something on the
> console or at least as an exception I must be able to catch and display
> exactly what was wrong with my input?
>
> List: http://www.antlr.org/mailman/listinfo/antlr-interest
> Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-
> email-address


More information about the antlr-interest mailing list