5 lines
89 B
Plaintext
Executable File
5 lines
89 B
Plaintext
Executable File
grammar t056lexer11;
|
|
options {language=JavaScript;}
|
|
a : B ;
|
|
B : x='a' {this.xlog($x);} ;
|