xref: /aosp_15_r20/external/antlr/runtime/Python/tests/t027eof.g (revision 16467b971bd3e2009fad32dd79016f2c7e421deb)
1lexer grammar t027eof;
2
3options {
4    language=Python;
5}
6
7END: EOF;
8SPACE: ' ';
9