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