blob: 5c633a2cc2c080e0563999da9034eeddd8310976 [file] [log] [blame]
lexer grammar t027eof;
options {
language=Python3;
}
END: EOF;
SPACE: ' ';