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

11 lines
216 B
Plaintext
Executable File

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