4 lines
76 B
Plaintext
Executable File
4 lines
76 B
Plaintext
Executable File
lexer grammar t056lexer12;
|
|
options {language=JavaScript;}
|
|
B : x='a' x='b' ;
|