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