[il-antlr-interest: 34508] Re: [antlr-interest] Something Wrong in Antlr3CSharpReleases 3.4?

2011-10-22 Thread Darek
But when I change the Bootstrap to Latest version from http://www.antlr.org/wiki/display/ANTLR3/Antlr3CSharpReleases, which version is 3.4.1.9004, I can't compile my code again. The error is this: *F:\antlr\AntlrTest\Reference\Antlr\Antlr3.targets(123,5): error AC1000: Unknown build

[il-antlr-interest: 34509] Re: [antlr-interest] [C target][HEELP :-] About disable recovery ... Override recoverFromMismatchedToken() ... Linker error

2011-10-22 Thread Ruslan Zasukhin
On 10/21/11 7:48 PM, Jim Idle j...@temporal-wave.com wrote: Aha, So I was stupid enough (shame on me :-) to not see that I can do things as void* recoverFromMismatchedToken_off( pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow) {

[il-antlr-interest: 34510] Re: [antlr-interest] Something Wrong in Antlr3CSharpReleases 3.4?

2011-10-22 Thread Darek
Darek dariusz.brzezinski@... writes: EDIT: On my home machine with Visual Studio 2010 Ultimate I'm having no problems. At work on a machine with Visual SStudio Ultimate 2010 SP 1 I'm getting the target invocation exception. I've mingling with the *.targets file but with no results. Hope

[il-antlr-interest: 34512] Re: [antlr-interest] Something Wrong in Antlr3CSharpReleases 3.4?

2011-10-22 Thread 李志鹏
same as me VS2010 ultimate with sp1 target invocation exception, but antlr3CSharp 3.3 no problem. I use 3.3 now. On Saturday, October 22, 2011, Darek wrote: Darek dariusz.brzezinski@... writes: EDIT: On my home machine with Visual Studio 2010 Ultimate I'm having no problems. At work on

[il-antlr-interest: 34513] Re: [antlr-interest] Something Wrong in Antlr3CSharpReleases 3.4?

2011-10-22 Thread 李志鹏
yes, I copy en.stg to zh.stg(my language is simplified Chinese), and build ok now but I find things change a lot from 3.3 to 3.4. Such as **Parser.***_return changes to AstParserRuleReturnScopeCommonTree,CommonToken this might more coincidental with C# language. Thanks Dariusz for your

[il-antlr-interest: 34514] [antlr-interest] Should I contribute working example code for CSharp3 target?

2011-10-22 Thread Voelkel, Andy
Hi, Thanks to the generous help from this list, I seem to have got over the worst of the learning curve for the Antlr C# target. I've also started to notice the logic in how the C# target deviates from the Java target, so I don't think I'll have to pester the list with stupid questions quite so

[il-antlr-interest: 34515] Re: [antlr-interest] ANTLRWorks 2 (for ANTLR v4)/Hotkeys, Shortcuts; multi-monitor support

2011-10-22 Thread Udo Weik
Hello all, and now my really humble wishes - hotkeys/shortcuts everywhere and unique names for all the dialogs. I'm working since many years with Speech Recognition (SR) (yep, Ter), that means all my apps are controlled with speech commands. Additionally I'm using a touchscreen with application

[il-antlr-interest: 34516] Re: [antlr-interest] Should I contribute working example code for CSharp3 target?

2011-10-22 Thread Terence Parr
sure. send me a zip. Ter On Oct 22, 2011, at 9:14 AM, Voelkel, Andy wrote: Hi, Thanks to the generous help from this list, I seem to have got over the worst of the learning curve for the Antlr C# target. I've also started to notice the logic in how the C# target deviates from the Java

[il-antlr-interest: 34517] Re: [antlr-interest] Should I contribute working example code for CSharp3 target?

2011-10-22 Thread 李志鹏
me too, I have trouble at begin for C# too. On Sunday, October 23, 2011, Terence Parr wrote: sure. send me a zip. Ter On Oct 22, 2011, at 9:14 AM, Voelkel, Andy wrote: Hi, Thanks to the generous help from this list, I seem to have got over the worst of the learning curve for the Antlr