OpenGrok
Cross Reference: t027eof.g
xref
: /
external
/
antlr
/
antlr-3.4
/
runtime
/
Python
/
tests
/
t027eof.g
Home
|
History
|
Annotate
|
Download
|
only in
tests
1
lexer grammar t027eof;
2
3
options {
4
language=Python;
5
}
6
7
END: EOF;
8
SPACE: ' ';
9