1lexer grammar t056lexer14;
2options {language=JavaScript;}
3QUOTED_CONTENT 
4        : 'q' (~'q')* (('x' 'q') )* 'q' ;
5