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