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

11 lines
217 B
Plaintext
Executable File

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