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

11 lines
214 B
Plaintext
Executable File

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