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

11 lines
218 B
Plaintext
Executable File

// @@ANTLR Tool Options@@: -trace
tree grammar t051treeRewriteASTacWalker;
options {
language=JavaScript;
output=AST;
ASTLabelType=CommonTree;
tokenVocab=t051treeRewriteASTac;
}
s : ^(ID c=.) -> $c
;