Files
Android11/external/antlr/runtime/JavaScript/tests/functional/t051treeRewriteASTpWalker.g
2023-10-13 14:01:41 +00:00

11 lines
207 B
Plaintext
Executable File

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