blob: 5aed52b239ba79f387c5626b3b1702e7ac1a2081 [file] [log] [blame]
// @@ANTLR Tool Options@@: -trace
tree grammar t051treeRewriteASTeWalker;
options {
language=JavaScript;
output=AST;
ASTLabelType=CommonTree;
tokenVocab=t051treeRewriteASTe;
}
a : (^(ID INT))+ -> INT+ ID+;