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

11 lines
215 B
Plaintext
Executable File

// @@ANTLR Tool Options@@: -trace
tree grammar t051treeRewriteASTaWalker;
options {
language=JavaScript;
output=AST;
ASTLabelType=CommonTree;
tokenVocab=t051treeRewriteASTa;
}
a : ID INT -> INT ID;