10 lines
199 B
Plaintext
10 lines
199 B
Plaintext
|
|
// @@ANTLR Tool Options@@: -trace
|
||
|
|
tree grammar t051treeRewriteASTfWalker;
|
||
|
|
options {
|
||
|
|
language=JavaScript;
|
||
|
|
output=AST;
|
||
|
|
ASTLabelType=CommonTree;
|
||
|
|
tokenVocab=t051treeRewriteASTf;
|
||
|
|
}
|
||
|
|
a: ID;
|