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