Sign in
android
/
platform
/
external
/
antlr
/
14aa962455d4270e2e2c0c0ee50ba63ccee2f100
/
.
/
runtime
/
Python
/
tests
/
t008lexer.g
blob: 59498665843fa80285500792c05c3e33b84d2b9b [
file
] [
log
] [
blame
]
lexer grammar t008lexer
;
options
{
language
=
Python
;
}
FOO
:
'f'
'a'
?;