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

10 lines
216 B
Plaintext
Executable File

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