[il-antlr-interest: 32084] [antlr-interest] antlr v4 wish list

2011-04-05 Thread Alexander Herz
List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address -- You received this message because you are subscribed to the Google Groups il-antlr-interest group. To post to this group, send email to

[il-antlr-interest: 31094] Re: [antlr-interest] match parser rule inside every rule (compile time reflections)

2011-01-07 Thread Alexander Herz
Hi, I'm trying to implement compile time reflections, so inside the language (imagine java) there is a preprocessor like language which can access static properties of elements defined in the language: Example: class Test { int i,j; Test() { //iterates over all

[il-antlr-interest: 27695] [antlr-interest] antlr grammar+missing symbol

2010-01-27 Thread Alexander Herz
Hi, I'm trying to debug the python2.5 grammer from the antlr homepage. Compiling it gives an error that token is not recognized as a symbol. Where/how should it be defined? Generally, is there a docu or something where I can look up which symbols are provided for the generated classes (so that I