blob: 3cc23276948c85b08b44a93c80c297698b34a33d [file] [log] [blame]
grammar t032subrulePredict;
options {
language = Python;
}
a: 'BEGIN' b WS+ 'END';
b: ( WS+ 'A' )+;
WS: ' ';