See https://github.com/akimd/bison/pull/25 if you want to read it online.

Akim Demaille (5):
  glr.c: move code around
  glr.c: introduce yyexpected_tokens and yysyntax_error_arguments
  glr.c: add support for parse.error detailed
  glr.c: add support for parse.error=custom
  doc: document new features of parse.error

Akim Demaille (5):
  glr.c: rename yyStateNum as yy_state_t
  glr.c: move code around
  glr.c: introduce yyexpected_tokens and yysyntax_error_arguments
  glr.c: add support for parse.error detailed
  glr.c: add support for parse.error=custom

 data/skeletons/glr.c | 406 ++++++++++++++++++++++++++-----------------
 tests/calc.at        |   3 +
 2 files changed, 254 insertions(+), 155 deletions(-)

-- 
2.25.0


Reply via email to