[il-antlr-interest: 25076] [antlr-interest] VS 2008 build setup - Antlr is called unnecessarily when grammar.g hasn't changed

2009-08-06 Thread Andrew Chalmers
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

[il-antlr-interest: 24938] [antlr-interest] Solved (my fault!) Test cases that work under Java target fail under CSharp2 target

2009-07-30 Thread Andrew Chalmers
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

[il-antlr-interest: 24936] [antlr-interest] Test cases that work under Java target fail under CSharp2 target

2009-07-30 Thread Andrew Chalmers
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