Sign in
android
/
platform
/
external
/
antlr
/
refs/heads/android12-mainline-networkstack-release
/
.
/
runtime
/
Python3
/
tests
/
t032subrulePredict.g
blob: 557f51fccfd7c21345e8a64af6fd993625d0b9fc [
file
] [
log
] [
blame
] [
edit
]
grammar t032subrulePredict
;
options
{
language
=
Python3
;
}
a
:
'BEGIN'
b WS
+
'END'
;
b
:
(
WS
+
'A'
)+;
WS
:
' '
;