android13/external/antlr/runtime/JavaScript/tests/functional/t051treeRewriteASTlWalker.g

11 lines
216 B
Plaintext
Executable File

// @@ANTLR Tool Options@@: -trace
tree grammar t051treeRewriteASTlWalker;
options {
language=JavaScript;
output=AST;
ASTLabelType=CommonTree;
tokenVocab=t051treeRewriteASTl;
}
a : ^(b INT) ;
b : ID ;