lexer grammar t027eof;

options {
    language=JavaScript;
}

END: '\u0000';
SPACE: ' ';