blob: 513d3e69f69e654da926739c36118f107e2a3516 [file] [log] [blame]
// @@ANTLR Tool Options@@: -trace
tree grammar t051treeRewriteASTgWalker;
options {
language=JavaScript;
output=AST;
ASTLabelType=CommonTree;
tokenVocab=t051treeRewriteASTg;
}
a : b c ;
b : ID ;
c : INT ;