Sign in
android
/
platform
/
external
/
antlr
/
refs/heads/android12-mainline-networkstack-release
/
.
/
runtime
/
Python3
/
tests
/
t003lexer.g
blob: 22253d21be91402b82863febbbfa1aedd853feba [
file
] [
log
] [
blame
] [
edit
]
lexer grammar t003lexer
;
options
{
language
=
Python3
;
}
ZERO
:
'0'
;
ONE
:
'1'
;
FOOZE
:
'fooze'
;