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