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