[il-antlr-interest: 28785] [antlr-interest] GUnit testsuite Run / Debug Configuration for Eclipse

2010-05-10 Thread Kaleb Pederson
Does anybody know of an easy way to run gunit tests within Eclipse, hopefully in a way that will allow them to be picked up as tests? Last I checked, there is no JUnit code generator option for the maven-gunit- plugin, and I believe it's still using JUnit 3. I'm running the ANTLR IDE Eclipse plu

[il-antlr-interest: 28784] [antlr-interest] unable to run or debug grammar in antlrworks 1.4 on Windows XP

2010-05-10 Thread Jane Eisenstein
I've been using the Snow Leopard version of antlrworks to develop and run a simple grammar. At work, I only have Windows XP and am running into problems trying to run/debug the grammar with the MS Windows version of antlrworks. I'm using sun's jdk1.6.0_17. Selecting Run/Run... results in this c

[il-antlr-interest: 28783] [antlr-interest] Stringtemplate : conditional expansion based on template type

2010-05-10 Thread Bill Andersen
Hi folks I'd like to do something like the following with these template definitions A() ::= << >> B() ::= << >> C(template_arg) ::= << // if value of template_arg is an instance of A //expand this way // else if value of template_arg is an instance of B //expand some other way >> Ques

[il-antlr-interest: 28782] [antlr-interest] Modifying a tree node stream

2010-05-10 Thread tcorbat
Hello I've got a question about reparsing a rewritten rule in tree grammars. I'm currently working on a preprocessor (for C++). While I think I have solved the functional requirement I think there could be improvements regarding performance - which I did not consider in the first place. While