t032subrulePredict.g revision 324c4644fee44b9898524c09511bd33c3f12e2df
1grammar t032subrulePredict;
2options {
3  language = Python;
4}
5
6a: 'BEGIN' b WS+ 'END';
7b: ( WS+ 'A' )+;
8WS: ' ';
9