Files
2023-10-13 14:01:41 +00:00

5 lines
89 B
Plaintext
Executable File

grammar t056lexer11;
options {language=JavaScript;}
a : B ;
B : x='a' {this.xlog($x);} ;