Sign in
android
/
platform
/
external
/
antlr
/
refs/heads/android15-qpr1-release
/
.
/
runtime
/
Python
/
tests
/
t040bug80.g
blob: bdf610bcbb3dcedf2d5a1d519a6e9437baa17d4a [
file
] [
log
] [
blame
] [
edit
]
lexer grammar t040bug80
;
options
{
language
=
Python
;
}
ID_LIKE
:
'defined'
|
{
False
}?
Identifier
|
Identifier
;
fragment
Identifier
:
'a'
..
'z'
+
;
// with just 'a', output compiles