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

10 lines
216 B
Plaintext
Executable File

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