[il-antlr-interest: 24147] [antlr-interest] getting exception while freeing parser (Is something wrong with grammar rule?)

2009-06-09 Thread ajit vilasrao shinde
Hello EveryOne,  I have a problem while using generated parser\lexer from following grammar. while using parser it is giving exception while freeing parser.parser->free(parser);following is the prototype grammer file. Is something wrong with grammar rule?(i am importing all lexer rules from Exp

[il-antlr-interest: 23992] [antlr-interest] Re : Grammer file queries...

2009-06-03 Thread ajit vilasrao shinde
Hello,Thanks for replay. Could you please suggest me some links where I can have some example on this particularly extending existing grammar file. ThanksOn 3 Jun 2009 08:40:18 - "ajit vilasrao shinde" wrote Hello Everyone1. I am new to ANLTR and I have tried out some example av

[il-antlr-interest: 23989] [antlr-interest] Grammer file queries...

2009-06-03 Thread ajit vilasrao shinde
Hello Everyone1. I am new to ANLTR and I have tried out some example available on site. I have some questions regarding grammer file.2. Is there any way to extend the existing grammer file?3. Is there any way to combine multiple grammer files while lexer/parser code generation. Is it possib

[il-antlr-interest: 23988] [antlr-interest] Some queries regarding grammer file

2009-06-03 Thread ajit vilasrao shinde
Hello Everyone,   I am new to ANLTR and I have tried out some example available on site. I have some questions regarding grammer file.  1> Is there any way to extend the existing grammer file?  2> Is there any way to combine multiple grammer files while lexer/parser code generation