android_mt6572_jiabo/external/antlr/antlr-3.4/runtime/Python/tests/t032subrulePredict.g
2025-09-05 16:56:03 +08:00

8 lines
112 B
Text

grammar t032subrulePredict;
options {
language = Python;
}
a: 'BEGIN' b WS+ 'END';
b: ( WS+ 'A' )+;
WS: ' ';