aboutsummaryrefslogtreecommitdiff
path: root/runtime/JavaScript/tests/functional/t051treeRewriteASTrWalker.g
blob: 6ea9e5165fa8155b6af24e3383c20f1284902c95 (plain)
1
2
3
4
5
6
7
8
9
// @@ANTLR Tool Options@@: -trace
tree grammar t051treeRewriteASTrWalker;
options {
    language=JavaScript;
    output=AST;
    ASTLabelType=CommonTree;
    tokenVocab=t051treeRewriteASTr;
}
a : ^(ID (ID | INT) ) ;