I followed the instructions here
(http://www.antlr.org/wiki/display/ANTLR3/Integration+with+Development+Environments).
My grammar.g has two child (dependent) items, blahLexer.cs and blahParser.cs.
When I build my solution, Antlr is called, and correctly rebuilds the lexer and
parser, which
This turned out to be my fault, not a discrepancy between the CSharp2 and Java
targets. And it's probably a funny story (from the outside, at least :-) ), so
I'll record it here.
While getting started with antlr a few weeks back, I tried a few approaches to
setting up my input stream, lexer
Hi,
Are there any differences or known issues with the CSharp2 target that cause
it to behave differently to the "equivalent" Java target generated lexer and
parser?
I'm asking because my grammar, which works on 105 of 105 test cases when I
use the Java target, fails on 6 of 105 test c