1lexer grammar t027eof;
2
3options {
4    language=JavaScript;
5}
6
7END: '\u0000';
8SPACE: ' ';
9