Sign in
android
/
platform
/
external
/
antlr
/
14aa962455d4270e2e2c0c0ee50ba63ccee2f100
/
.
/
runtime
/
Python
/
tests
/
t001lexer.g
blob: f92b958f4f520654e82339079a6d1e8ae7aba6f5 [
file
] [
log
] [
blame
]
lexer grammar t001lexer
;
options
{
language
=
Python
;
}
ZERO
:
'0'
;