[il-antlr-interest: 34843] Re: [antlr-interest] Fundamental question

2011-11-11 Thread Hans-Georg Winkler
Hello, i already read this article and even did some custom recovery by changing the order of recovery (-first insertion, then deletion) for one specific problem. But again thats just a fix for a small group of error cases. What i want to do is change how an error is passed up to the top

[il-antlr-interest: 34826] [antlr-interest] Accepting Erroneus Code in AST construction

2011-11-10 Thread Hans-Georg Winkler
Hello, i'm currently writing a Pascal like language grammar for an editor with intellisense like features. It is important that the tree is constructed roughly correct despite possible errors in the code. Thats the point where i'm facing some issues with my ANTLR parser. I already solved some