glr2.cc: custom error messages
commita75072476e251db338f392bef4200d3a2fe2c17a
authorAkim Demaille <akim.demaille@gmail.com>
Wed, 11 Aug 2021 15:58:40 +0000 (11 17:58 +0200)
committerAkim Demaille <akim.demaille@gmail.com>
Sun, 12 Sep 2021 10:03:58 +0000 (12 12:03 +0200)
tree5e864e36f50755a7d9ecc2aff68333623e56ad28
parent7c47598d4f7c290b7127e329c09750dab0975eab
glr2.cc: custom error messages

Reported by Tom Shields <thomas.evans.shields@icloud.com>.
<https://lists.gnu.org/r/bug-bison/2021-08/msg00003.html>

* data/skeletons/glr2.cc (context): New.
Use it to generate the error messages.
Add support for custom error messages.
* tests/calc.at: Check support for custom error messages.
data/skeletons/glr2.cc
tests/calc.at