【已解决】Antlr v3代码编译出错:syntax error: antlr: NoViableAltException(37@[])
crifan 13年前 (2013-03-05) 3021浏览 0评论
【问题】 如下的antlr v3的代码: grammar DDParserDemo; options { output = AST; ASTLabelType = CommonTree; // type of $stat.tree ref et...
crifan 13年前 (2013-03-05) 3021浏览 0评论
【问题】 如下的antlr v3的代码: grammar DDParserDemo; options { output = AST; ASTLabelType = CommonTree; // type of $stat.tree ref et...