Open Cthaeeh opened 5 years ago
Hi! Thank you for your input. I'm aware of this issue and I'm trying to find a way to improve errors - with partial success so far. I'm sure you are aware of how to actually reorder your parameters to fix your issue:
(expr & match<Token::PLUS> & primary) [pc::select<0, 2, 1>] [BinaryExpr::make]
Improved error messages are very important and I'd like to improve them as soon as I can.
Hi, I don't know if its possible but maybe this can be somehow handled better:
If I have a grammar rule like so:
And the method looks like this:
Can we have better error messages, that indicate what was wrong?