blob: af54dd85723e8125060d2d35375e752179f35072 [file] [log] [blame]
// @@ANTLR Tool Options@@: -trace
tree grammar t051treeRewriteASTdWalker;
options {
language=JavaScript;
output=AST;
ASTLabelType=CommonTree;
tokenVocab=t051treeRewriteASTd;
}
a : ID -> ^(ID ID);