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

5 lines
116 B
Plaintext
Executable File

lexer grammar t056lexer14;
options {language=JavaScript;}
QUOTED_CONTENT
: 'q' (~'q')* (('x' 'q') )* 'q' ;