[il-antlr-interest: 29563] [antlr-interest] ANTLRWorks 1.4 feature: mark and jump to target rule delete marked rule

2010-07-28 Thread Berger, Michael
Hello Antlr-guys, I have to report a ugly feature with AntlrWorks. I'm working on my grammar and I use the possibility to jump to a sub-rule with CTRL and select target rule very often. It is very helpful but: Sometimes I marked some areas like the sub-rule itself before I used this

[il-antlr-interest: 28565] [antlr-interest] Overriding rule in imported parser grammar generates a faulty java code with undefined method

2010-04-22 Thread Berger, Michael
Title: Overriding rule in imported parser grammar generates a faulty java code with undefined method Description: Simple extended example from the article about the import introduction: A parser 1 defines a rule that will be override by parser 2 importing parser 1. The combined grammar

[il-antlr-interest: 28566] [antlr-interest] Imported parser grammar importing another grammar produces unsuspected errors

2010-04-22 Thread Berger, Michael
Title: Imported parser grammar importing another grammar produces unsuspected errors Description: The original example from the article about the import introduction: A combined grammar imports a parser grammar importing an other parser grammar. (without overriding) Software:

[il-antlr-interest: 28567] [antlr-interest] Combined grammar importing lexer and parser grammar could not define lexer rules

2010-04-22 Thread Berger, Michael
Title: Combined grammar importing lexer and parser grammar could not define lexer rules Description: A combined grammar with imported lexer and parser grammar is given. In this grammar header rules have to be set for example for package declarations. Software: antlrworks-1.3.1.jar