At https://github.com/antlr/grammars-v4
I\'m finding lots of instances of (X+)?.
(X+)?
Shouldn\'t these be replaced with X*?
X*
Here ar