[il-antlr-interest: 34457] Re: [antlr-interest] How viable is the Csharp3 target?

2011-10-19 Thread Kevin Cherry
I kind of got turned off when CSharp3 target was first introduced and the code template had bugs in it. For example, at the end it would print out a single line comment with the keyword namespace and the name of the namespace (i.e. // namespace foo). The problem was somebody put a newline after

[il-antlr-interest: 31940] Re: [antlr-interest] [CSharp3] @namespace and composite grammars

2011-03-24 Thread Kevin Cherry
@Sam, what is the name of the Visual Studio extension you are talking about? I tried to search for anything with ANTLR in it and it couldn't find anything. On Thu, Mar 24, 2011 at 8:50 AM, Sam Harwell sharw...@pixelminegames.comwrote: Hi Ranco, As mentioned in the CSharp3 documentation, you

[il-antlr-interest: 31922] [antlr-interest] Code Generation Concerns

2011-03-23 Thread Kevin Cherry
Maybe this is ANTLR Works doing this, but every time code is generated, the full file path to my grammar file is displayed in comments throughout the entire file (i.e. // dir/dir/file.g put in like 50 different places all over the class definition). I find this both a security and privacy issue if

[il-antlr-interest: 31144] [antlr-interest] Why Does Antlr3 Have Less Grammar Options Than Antlr2

2011-01-12 Thread Kevin Cherry
I have been using Antlr3 and have been very pleased with the power and flexibility of it. However, I wanted to accomplish some things with it and after searching through the book and online, I couldn't find any way to get it to work. I then ran across some grammar options like classHeaderPrefix,