mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
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:
committed by
Akim Demaille
parent
d4fcd5c3d0
commit
72acecb30c
@@ -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])
|
||||
|
||||
|
||||
# -------------------- #
|
||||
|
||||
Reference in New Issue
Block a user