xref: /aosp_15_r20/external/antlr/runtime/JavaScript/tests/functional/t051treeRewriteASTrWalker.g (revision 16467b971bd3e2009fad32dd79016f2c7e421deb)
1// @@ANTLR Tool Options@@: -trace
2tree grammar t051treeRewriteASTrWalker;
3options {
4    language=JavaScript;
5    output=AST;
6    ASTLabelType=CommonTree;
7    tokenVocab=t051treeRewriteASTr;
8}
9a : ^(ID (ID | INT) ) ;
10