android13/external/antlr/runtime/JavaScript/tests/functional/t051treeRewriteASTgWalker.g

12 lines
221 B
Plaintext
Executable File

// @@ANTLR Tool Options@@: -trace
tree grammar t051treeRewriteASTgWalker;
options {
language=JavaScript;
output=AST;
ASTLabelType=CommonTree;
tokenVocab=t051treeRewriteASTg;
}
a : b c ;
b : ID ;
c : INT ;