8 lines
80 B
Text
8 lines
80 B
Text
lexer grammar t027eof;
|
|
|
|
options {
|
|
language=Python;
|
|
}
|
|
|
|
END: EOF;
|
|
SPACE: ' ';
|