bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/5] glr.c: add support for parse.error=(custom|detailed)


From: Akim Demaille
Subject: [PATCH 0/5] glr.c: add support for parse.error=(custom|detailed)
Date: Wed, 29 Jan 2020 19:49:12 +0100

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

[Prev in Thread] Current Thread [Next in Thread]