Sign in
android
/
platform
/
external
/
antlr
/
refs/heads/android15-qpr1-release
/
.
/
runtime
/
Python
/
tests
/
t027eof.g
blob: 9cfbb3afbe8862e1cd3c7cb7682561097ae7b645 [
file
] [
log
] [
blame
] [
edit
]
lexer grammar t027eof
;
options
{
language
=
Python
;
}
END
:
EOF
;
SPACE
:
' '
;