blob: f3f87851e411888388ca5cfc3d83579c56df7384 [file] [log] [blame]
lexer grammar t056lexer14;
options {language=JavaScript;}
QUOTED_CONTENT
: 'q' (~'q')* (('x' 'q') )* 'q' ;