c++: add support for parse.error=detailed

* data/skeletons/lalr1.cc: added support here
* tests/calc.at: added a test case
This commit is contained in:
Adrian Vogelsgesang
2020-02-12 16:57:05 +01:00
committed by Akim Demaille
parent d4fcd5c3d0
commit 72acecb30c
2 changed files with 46 additions and 10 deletions

View File

@@ -1136,6 +1136,7 @@ AT_CHECK_CALC_LALR1_CC([%defines %locations %define api.location.file "my-locati
AT_CHECK_CALC_LALR1_CC([%no-lines %defines %locations %define api.location.file "my-location.hh"])
AT_CHECK_CALC_LALR1_CC([%locations %define parse.lac full %define parse.error verbose])
AT_CHECK_CALC_LALR1_CC([%locations %define parse.lac full %define parse.error detailed])
# -------------------- #