blob: 80c9c8e1508ab6603313ac9bdfcf2159ed424e28 [file] [log] [blame]
// @@ANTLR Tool Options@@: -trace
tree grammar t051treeRewriteASTuWalker;
options {
language=JavaScript;
output=AST;
ASTLabelType=CommonTree;
tokenVocab=t051treeRewriteASTu;
rewrite=true;
}
s : ID a ;
a : INT -> INT["1"]
;