1// @@ANTLR Tool Options@@: -trace 2tree grammar t051treeRewriteASTdWalker; 3options { 4 language=JavaScript; 5 output=AST; 6 ASTLabelType=CommonTree; 7 tokenVocab=t051treeRewriteASTd; 8} 9 10a : ID -> ^(ID ID); 11