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

11 lines
210 B
Plaintext
Executable File

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