Gerwin Klein
Gerwin Klein
The best way to do this is still for the user to choose what extra character they want at the end. That's the only thing the scanning engine can do...
Just to clarify: EOF isn't an input character, and the engine matches input characters, so to change this you either need something like the above (basically a hack) or you...
Happy to leave Bazel on Cirrus, it seems better integrated into Github that Travis in any case.
#768 contains enough progress for this to replace travis as the required check for the regression test suite, but there are a few things still to be set up: -...
To be honest, seeing the impact it has just on our examples and testing infrastructure, I don't think any more that adding `@Generated` and requiring a runtime dependency for it...
Oh, well spotted! That is indeed worth investigating.
> Why not add the warning suppression to the generated methods (e.g. yylex)? The generated method also contains user code, for which you might want the warning.
> I don't think requiring users to add a dependency just to ignore some warnings (that they may not have even enabled) is a great idea... I agree with that.
Very nice to see a PR on test improvements! I'm about to head out on vacation, so it'll be a bit before I can look at it in more detail,...
Hey @jcoultas, thanks for adding this, I can see what you're trying to do and I approve of the idea. I'd make corner case values like 0, 1, MAX a...