Sign in
android
/
platform
/
external
/
antlr
/
14aa962455d4270e2e2c0c0ee50ba63ccee2f100
/
.
/
runtime
/
Python
/
tests
/
t005lexer.g
blob: f9cc681bf85500b61650411ba18eb5799412d8ca [
file
] [
log
] [
blame
]
lexer grammar t005lexer
;
options
{
language
=
Python
;
}
FOO
:
'f'
'o'
+;