Hi, I'm using antlr\antlrworks-1.3 to generate lexer and parser for Python.
Using the examples from http://www.antlr.org/wiki/display/ANTLR3/Antlr3PythonTarget When I run Test.py, I get RuntimeError: ANTLR version mismatch: The recognizer has been generated by V3.2 Sep 23, 2009 12:02:23, but this runtime is V3.1.2. Please use the V3.2 Sep 23, 2 009 12:02:23 runtime or higher. Is the Python runtime for V3.2 available ? I tried with antlrworks-1.2.2, but then, I got errors for Eval.g [15:44:31] error(10): internal error: eval tree parse error : <AST>:0:0: unexpected AST node: org.antlr.stringtemplate.language.ActionEvaluator.expr(Unknown Source) org.antlr.stringtemplate.language.ActionEvaluator.action(Unknown Source) org.antlr.stringtemplate.language.ASTExpr.evaluateExpression(Unknown Source) org.antlr.stringtemplate.language.ASTExpr.handleExprOptions(Unknown Source) Thanks and regards, Andre 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/il-antlr-interest?hl=en.
