blob: 61504c957e1006571610b9c8c2aba533bc9783db [file] [log] [blame]
lexer grammar t027eof;
options {
language=JavaScript;
}
END: '\u0000';
SPACE: ' ';