Pol M
Pol M
Btw, I think that the best way to allow for easy matching of strings is if you allow for the addition of a conditional to each terminal entry. You're already...
> I think this should be possible. As you figured out, the right-hand sides in those enum alternatives give the patterns to be used when checking the next terminal (token)....
[PR](https://github.com/lalrpop/lalrpop/pull/670) :)
> This seems fine, but I'm curious why the call to sort was removed? This way the order of the match arms is preserved, otherwise some arms that are more...
In this issue I explained in detail what that sort does: #671
While I can take a look at fixing this, I'd like some input on what/why this behavior was changed and overall whether my initial guess of the issue is in...
Proposed fix in #3469
Please check the commit description for a breakdown of the changes!
This addresses #115 and #111
Does your distribution not ship the global definitions in the cstdint header? Could I get some details on your setup? If you mean it in the "this is not necessarily...