[il-antlr-interest: 22827] computer

2009-03-29 Thread sethu3
@@ Live in easy offers free easy-to-understand Computer and Internet training that is written for the user who has zero knowledge on computers. ... @@ *** http://www.freewebs.com/businesmodel/

[il-antlr-interest: 22829] Re: [antlr-interest] Apparent inconsistent token handling in AST grammars.

2009-03-29 Thread Jim Idle
Stevenson, Todd (GE Healthcare, consultant) wrote: I have run into an apparent inconsistency in AST tree construction. I can't see what I am doing wrong. Here is the scenario. Using this grammar (these are just snippets, not the full grammar): tokens { CONSTRAINT;

[il-antlr-interest: 22830] Re: [antlr-interest] Bug in dynamic scopes in C target

2009-03-29 Thread Jim Idle
Kay Röpke wrote: Hi Jim! I've noticed that the a rule like this will crash when targetting C (ANTLR 3.1.3): rule @scope { int foo; } @after { $rule::foo = 1; } : 'bar'; It's ok with Java and is due to the order of clean up performed at rule exit (the @after action will deref the

[il-antlr-interest: 22831] [antlr-interest] Code translation problem

2009-03-29 Thread YINGAnnie
Hi all, How to change : public function ab(){ var a:Class = 2 ; var b:Class = 2 ; } to public function ab(){ var a,b:Class = 2 ; } using TokenRewriteStream? Annie _

[il-antlr-interest: 22833] Re: [antlr-interest] Reg the Debug option in ANTLR-Works

2009-03-29 Thread jevitha
Hi, I had not cleared the text area while i was giving the file as input. The problem was solved when i cleared the text area and gave the input file. Thanks for the solution. Feature suggestion: In the next version of AntlrWorks, probably you can choose to clear the text area