blob: 0fc4daedfcc0d3cfa7506260a3d0a467a810e936 [file] [log] [blame]
// @@ANTLR Tool Options@@: -trace
tree grammar t049treeparsergWalker;
options {
language=JavaScript;
ASTLabelType=CommonTree;
}
a : ^(ID INT?) SEMI
{this.capture($ID);}
;