Is “Implicit token definition in parser rule” something to worry about?

I highly recommend correcting all instances of this warning in code of any importance. This warning was created (by me actually) to alert you to situations like the following: shiftExpr : ID ((‘<<‘ | ‘>>’) ID)?; Since ANTLR 4 encourages action code be written in separate files in the target language instead of embedding them … Read more