[antlr-interest] Grammar mismatch

testn test1 at doramail.com
Sun Dec 20 06:49:56 PST 2009


The bug seems to be the fact that the lexer/parser grammar was generated in
Debug mode previously. Therefore, it inherits from DebugParser not Parser.
This causes the node to be the proxy instead of the real AST node causing
the tree grammar to fail when trying to parse nodes from grammar parser..
-- 
View this message in context: http://n2.nabble.com/Grammar-mismatch-tp4072201p4194804.html
Sent from the ANTLR mailing list archive at Nabble.com.


More information about the antlr-interest mailing list