blob: 9cfbb3afbe8862e1cd3c7cb7682561097ae7b645 [file] [log] [blame]
lexer grammar t027eof;
options {
language=Python;
}
END: EOF;
SPACE: ' ';