[il-antlr-interest: 32090] [antlr-interest] Grammar not detecting stray syntax after certain valid blocks

2011-04-05 Thread David Daeschler
way to resolve this? Under antlrworks when the debugger gets to the errant bracket the debug cusor moves to the semi at the end of prog and the closing bracket stays greyed out like it's never consumed or evaluated. Thank you for your time. -- David Daeschler List: http://www.antlr.org/mailman

[il-antlr-interest: 32092] Re: [antlr-interest] Grammar not detecting stray syntax after certain valid blocks

2011-04-05 Thread David Daeschler
Thank you Bart! That of course did the trick. I dont know why I didnt think of that. I appreciate the quick response, have a nice week! -- David Daeschler On Tue, Apr 5, 2011 at 2:31 PM, Bart Kiers bki...@gmail.com wrote: This is enough to demonstrate the problem. When I create a program

[il-antlr-interest: 31705] [antlr-interest] C# tree parser memoize issue?

2011-03-03 Thread David Daeschler
for the verbosity of this post, and thank you ahead of time for any help. -- David Daeschler List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address -- You received this message because you are subscribed

[il-antlr-interest: 31622] [antlr-interest] C# antlr-dotnet-tool-3.3.1.7705 issue with collected template list

2011-02-25 Thread David Daeschler
ListStringTemplate(); list_g.Add(g.Template); I have confirmed my output is set correctly: options { language = 'CSharp3'; tokenVocab = MyVocab; ASTLabelType = MyAST; output = template; } Is there anything else I need to do? Thank you very much for any help. -- David Daeschler List: http

[il-antlr-interest: 31635] Re: [antlr-interest] C# antlr-dotnet-tool-3.3.1.7705 issue with collected template list

2011-02-25 Thread David Daeschler
...@pixelminegames.comwrote: Hi David, This one was my fault. Got an extra set of angle brackets goin’ on. The part of the template reading this: List\StringTemplate\ Should actually be this: List\StringTemplate\ Sam *From:* David Daeschler [mailto:david.daesch...@gmail.com] *Sent

[il-antlr-interest: 31464] Re: [antlr-interest] Compile errors with CSharp2 Target

2011-02-15 Thread David Daeschler
Just my two cents here I also had an issue until I manually compiled the latest version of the CSharp3 runtime to work with the current 3.3 ANTLR release. I had code generation issues when I tried to use the prebuilt DOT-NET-runtime-3.1.zip with the current ANTLR 3.3 release. Hope this helps. -