[il-antlr-interest: 34869] [antlr-interest] [C# target]about efficiency of the code

2011-11-13 Thread
Hello all I write a very small script language in C#. I have to use box and unbox again and again in C# code to walk through the AST tree, and a lot of method use reflection, so i worry about the code efficiency. anyone have experience walk through tree in C#? how to do more effectively? can

[il-antlr-interest: 34518] [antlr-interest] how to deal with this function?

2011-10-23 Thread
hello all: In my rule, I have a function named Between. It has more than one parameters, the first is compare value, the next two define a range, and next two next range, and so on. if only one parameter left, it means the range has no upper limit. such as: Between(a, 1, 20, 25, 30), it means

[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
\languages. There was an error when it didn't find it. Quick solution: copy and rename en.stg to your locale.stg. In my case pl.stg. Hope this helps. Cheers, Darek W dniu 10/22/2011 1:52 PM, 李志鹏 pisze: same as me VS2010 ultimate with sp1 target invocation exception, but antlr3CSharp

[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

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

2011-10-19 Thread
which version c# runtime do you use? 3.4 or 3.3? download from official website? i am newbie, want to build simple project could run an example, but two weeks passed, i failed… 在 2011-10-19 下午10:36,pragmaik cont...@maik-schmidt.de编写: Hi Andy! I am using ANTLR's C# target for a couple of weeks

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

2011-10-15 Thread
thank sam but where can I find the latest document? and any notes about difference in 3.4 3.3? 在 2011-10-16 上午1:10,Sam Harwell sharw...@pixelminegames.com编写: Hello, The CSharp3.pdf document you are using is old. All the links on antlr.org should already be updated to point to the newer