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