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