bison-patches
Thread
Date
Earlier messages
Later messages
Messages by Thread
examples: bistromathic: demonstrate named references
Akim Demaille
c ++: simplify
Akim Demaille
tests: check calls to yyerror from the user actions
Akim Demaille
java: beware not to alias the locations of the various symbols
Akim Demaille
java: don't expose the Context's members
Akim Demaille
java: check that parse.error custom|detailed work with push parsers
Akim Demaille
[PATCH 0/8] Various updates
Akim Demaille
[PATCH 2/8] doc: formatting changes
Akim Demaille
[PATCH 7/8] regen
Akim Demaille
[PATCH 3/8] doc: spell check
Akim Demaille
[PATCH 1/8] doc: work around problems with PDF generation
Akim Demaille
[PATCH 8/8] build: pacify syntax-check
Akim Demaille
[PATCH 5/8] build: prefer %D% and %C% to hard coded values
Akim Demaille
[PATCH 4/8] parse.error: document and diagnose the incompatibility with %token-table
Akim Demaille
[PATCH 6/8] gnulib: update
Akim Demaille
doc: clearly state that %yacc only makes sense with yacc.c
Akim Demaille
[PATCH 0/7] Java: add support for parse.error custom|detailed
Akim Demaille
[PATCH 7/7] java: provide Context with a more OO interface
Akim Demaille
[PATCH 6/7] java: add support for parse.error custom
Akim Demaille
[PATCH 4/7] java: make the syntax error format string translatable
Akim Demaille
[PATCH 3/7] java: introduce yyexpectedTokens
Akim Demaille
[PATCH 1/7] m4: fix b4_token_format
Akim Demaille
[PATCH 5/7] java: let the Context give access to yyntokens
Akim Demaille
[PATCH 2/7] java: add support for parse.error=detailed
Akim Demaille
[PATCH 00/13] Clean up the Java skeleton and tests
Akim Demaille
[PATCH 09/13] java: tests: prepare the replacement of calculator tests
Akim Demaille
[PATCH 10/13] java: tests: check location tracking in the calculator
Akim Demaille
[PATCH 04/13] java: examples: split in two
Akim Demaille
[PATCH 06/13] java: examples: fix the tracking of locations
Akim Demaille
[PATCH 02/13] traces: show the stack after reading a token
Akim Demaille
[PATCH 11/13] java: tests: remove now redundant tests
Akim Demaille
[PATCH 08/13] java: style: avoid useless initializers
Akim Demaille
Re: [PATCH 08/13] java: style: avoid useless initializers
Akim Demaille
[PATCH 07/13] java: style: prefer putting the square brackets on the type
Akim Demaille
[PATCH 01/13] traces: write the "Reading a token" alone on its line
Akim Demaille
[PATCH 13/13] java: tests: remove now redundant tests
Akim Demaille
[PATCH 03/13] traces: don't print the stack before the gotos
Akim Demaille
[PATCH 12/13] java: tests: check push parsers
Akim Demaille
[PATCH 05/13] java: examples: prefer switch to chains of else-if
Akim Demaille
[PATCH 0/9] Prepare Java for parse.error custom|detailed
Akim Demaille
[PATCH 1/9] skeletons: add support for %code epilogue
Akim Demaille
[PATCH 7/9] java: formatting changes
Akim Demaille
[PATCH 8/9] java: add access to the number of errors
Akim Demaille
[PATCH 2/9] tests: comment changes
Akim Demaille
[PATCH 3/9] java: example: rely on autoboxing
Akim Demaille
[PATCH 6/9] java: avoid trailing white spaces
Akim Demaille
[PATCH 5/9] java: example: properly track the locations
Akim Demaille
[PATCH 9/9] java: use the same calc tests as the other skeletons
Akim Demaille
[PATCH 4/9] java: example: improve
Akim Demaille
examples: bistromathic: fix location tracking
Akim Demaille
Regarding Bison 3.5 D backend
lagfra
Re: Regarding Bison 3.5 D backend
Akim Demaille
Re: Regarding Bison 3.5 D backend
Akim Demaille
Re: Regarding Bison 3.5 D backend
Akim Demaille
[PATCH 0/5] glr.c: add support for parse.error=(custom|detailed)
Akim Demaille
[PATCH 5/5] glr.c: add support for parse.error=custom
Akim Demaille
[PATCH 2/5] glr.c: move code around
Akim Demaille
[PATCH 3/5] glr.c: introduce yyexpected_tokens and yysyntax_error_arguments
Akim Demaille
[PATCH 4/5] glr.c: add support for parse.error detailed
Akim Demaille
[PATCH 1/5] glr.c: rename yyStateNum as yy_state_t
Akim Demaille
yacc.c: fix misleading indentation
Akim Demaille
Re: document new features of parse.error
Adrian Vogelsgesang
Re: document new features of parse.error
Akim Demaille
Re: document new features of parse.error
Adrian Vogelsgesang
Re: document new features of parse.error
Akim Demaille
doc: simplify uses of @ref
Akim Demaille
RFC: doc: document new features of parse.error
Akim Demaille
doc: don't pretend trigonometry is part of arithmetics
Akim Demaille
doc: update Doxygen template
Akim Demaille
examples: add a complete example with all the bells and whistles
Akim Demaille
examples: add an example of a push parser
Akim Demaille
examples: clean up
Akim Demaille
examples: more tests
Akim Demaille
tests: check custom error messages and push parsers
Akim Demaille
bison: pretend to 3.6 already
Akim Demaille
[PATCH 0/6] diagnostics: improve bison's syntax error messages
Akim Demaille
[PATCH 2/6] regen
Akim Demaille
[PATCH 6/6] regen
Akim Demaille
[PATCH 1/6] diagnostics: translate bison's own tokens
Akim Demaille
[PATCH 3/6] diagnostics: report syntax errors in color
Akim Demaille
[PATCH 4/6] regen
Akim Demaille
[PATCH 5/6] diagnostics: modernize bison's syntax errors
Akim Demaille
Re: [PATCH 0/6] diagnostics: improve bison's syntax error messages
Akim Demaille
diagnostics: handle -fno-caret in the called functions
Akim Demaille
yacc.c: fixes
Akim Demaille
Conflict-markers for shift-reduce conflicts similar to Lezer
Adrian Vogelsgesang
Re: Conflict-markers for shift-reduce conflicts similar to Lezer
Akim Demaille
Reject invalid values for parse.lac in C++ skeleton lalr1.cc
Adrian Vogelsgesang
Re: Reject invalid values for parse.lac in C++ skeleton lalr1.cc
Akim Demaille
Re: Reject invalid values for parse.lac in C++ skeleton lalr1.cc
Adrian Vogelsgesang
Re: Reject invalid values for parse.lac in C++ skeleton lalr1.cc
Akim Demaille
Bison 3.5.1 released
Akim Demaille
[PATCH 00/13] Better error messages
Akim Demaille
[PATCH 05/13] regen
Akim Demaille
[PATCH 02/13] c: use yysymbol_name in traces
Akim Demaille
[PATCH 13/13] parsers: issue tname with i18n markup
Akim Demaille
[PATCH 04/13] yacc.c: tests: check detailed error messages
Akim Demaille
[PATCH 06/13] bison: use detailed error messages
Akim Demaille
[PATCH 03/13] yacc.c: add support for parse.error detailed
Akim Demaille
[PATCH 10/13] parsers: support translatable token aliases
Akim Demaille
[PATCH 08/13] yacc.c: escape trigraphs in detailed parse.error
Akim Demaille
Re: [PATCH 08/13] yacc.c: escape trigraphs in detailed parse.error
Adrian Vogelsgesang
[PATCH 11/13] regen
Akim Demaille
[PATCH 12/13] tests: check token internationalization
Akim Demaille
[PATCH 01/13] glr.c: move some functions after the definition of types
Akim Demaille
[PATCH 07/13] regen
Akim Demaille
[PATCH 09/13] tests: check that detailed error messages preserve UTF-8 characters
Akim Demaille
Re: [PATCH 00/13] Better error messages
Akim Demaille
tests: make AT_PARSE_PARAMS usable at the end of arguments
Akim Demaille
tests: fix AT_BISON_OPTION_PUSHDEFS, AT_BISON_OPTION_POPDEFS pairs
Akim Demaille
[PATCH 0/4] More consistency
Akim Demaille
[PATCH 1/4] style: avoid redundancy in the tests
Akim Demaille
[PATCH 3/4] c++: report the stack at the same places as in C
Akim Demaille
[PATCH 4/4] d, java: use traces more alike that of C
Akim Demaille
[PATCH 2/4] c++: display the stack in the same order as in C
Akim Demaille
yacc.c: style: double-quote the argument of b4_percent_define_get
Akim Demaille
yacc.c: comment changes
Akim Demaille
wip: CI: windows
Akim Demaille
RE: CI: windows
Jannick
RE: CI: windows
Jannick
Re: CI: windows
Akim Demaille
yacc.c: introduce yysymbol_name
Akim Demaille
CI: check on PPC64le, ARM64 and s390x
Akim Demaille
[maint] lalr1.cc: avoid static_cast
Akim Demaille
[maint] glr.c: add missing cast
Akim Demaille
yacc.c: simplify use of YYDPRINTF
Akim Demaille
[PATCH 0/4] Remove support for YYERROR_VERBOSE
Akim Demaille
[PATCH 2/4] yacc.c: no longer support YYERROR_VERBOSE
Akim Demaille
[PATCH 1/4] yacc.c: avoid negations
Akim Demaille
[PATCH 4/4] doc: YYERROR_VERBOSE is no longer supported
Akim Demaille
[PATCH 3/4] glr.c: no longer support YYERROR_VERBOSE
Akim Demaille
Re: custom error messages
Adrian Vogelsgesang
Re: custom error messages
Kevin Villela
Re: custom error messages
Akim Demaille
Re: custom error messages
Kevin Villela
Re: custom error messages
Akim Demaille
Re: custom error messages
Adrian Vogelsgesang
Re: custom error messages
Akim Demaille
Re: custom error messages
Adrian Vogelsgesang
Re: custom error messages
Akim Demaille
RFC: custom error messages
Akim Demaille
Re: RFC: custom error messages
Christian Schoenebeck
Re: RFC: custom error messages
Akim Demaille
Re: RFC: custom error messages
Christian Schoenebeck
Re: RFC: custom error messages
Akim Demaille
Re: RFC: custom error messages
Christian Schoenebeck
Re: RFC: custom error messages
Akim Demaille
[PATCH 10/12] tests: a clearer test for parse-params
Akim Demaille
[PATCH 11/12] yacc.c: pass the parse-params to yyreport_syntax_error
Akim Demaille
[PATCH 05/12] yacc.c: check custom error messages
Akim Demaille
[PATCH 00/12] RFC: yyreport_error_message
Akim Demaille
Re: [PATCH 00/12] RFC: yyreport_error_message
Akim Demaille
[PATCH 07/12] yacc.c: isolate yyexpected_tokens
Akim Demaille
[PATCH 08/12] yacc.c: let custom error messages see the location
Akim Demaille
[PATCH 04/12] yacc.c: add custom error message generation
Akim Demaille
[PATCH 12/12] yacc.c: portability to G++ 4.8
Akim Demaille
[PATCH 09/12] yacc.c: check custom error messages with parse-params
Akim Demaille
[PATCH 03/12] yacc.c: style: avoid macros
Akim Demaille
[PATCH 01/12] yacc.c: extract yyerror_message_arguments
Akim Demaille
[PATCH 02/12] yacc.c: store token numbers, not token strings
Akim Demaille
[PATCH 06/12] tests: compute verbose error messages from the custom ones
Akim Demaille
Re: RFC: custom error messages
Christian Schoenebeck
Re: RFC: custom error messages
Akim Demaille
Re: RFC: custom error messages
Christian Schoenebeck
Re: RFC: custom error messages
Rici Lake
Re: RFC: custom error messages
Akim Demaille
Bison 3.5.90 released [beta]
Akim Demaille
RFC: "end of file" vs. "end of input" (was: Bison 3.5.90 released)
Akim Demaille
Re: RFC: "end of file" vs. "end of input" (was: Bison 3.5.90 released)
Frank Heckenbach
Bison 3.5.91 released [beta]
Akim Demaille
Re: RFC: custom error messages
Adrian Vogelsgesang
Re: RFC: custom error messages
Akim Demaille
glr.c: clarify yyreportSyntaxError
Akim Demaille
yacc: restructure and fix yysyntax_error
Akim Demaille
CI: do not specify the language
Akim Demaille
CI: remove ICC support, we can no longer use it
Akim Demaille
glr.cc: avoid compiler warnings
Akim Demaille
doc: clean up the description of YYDEBUG
Akim Demaille
Bison 3.5 released [stable]
Akim Demaille
RFC: news: prepare for 3.5
Akim Demaille
glr.cc: disable warnings from Clang on macOS
Akim Demaille
Re: glr.cc: disable warnings from Clang on macOS
Hans Åberg
Re: glr.cc: disable warnings from Clang on macOS
Akim Demaille
Re: glr.cc: disable warnings from Clang on macOS
Hans Åberg
Re: glr.cc: disable warnings from Clang on macOS
Paul Eggert
api.token.raw: fix it in C++
Akim Demaille
c++: fix comments for %code blocks
Akim Demaille
parser: pretend we are Bison 3.5
Akim Demaille
c++: fix spello
Akim Demaille
Bison 3.4.92 released [beta]
Akim Demaille
doc: clearly deprecate YYPRINT
Akim Demaille
RFC: news: update
Akim Demaille
Re: RFC: news: update
Paul Eggert
Re: RFC: news: update
Akim Demaille
d: obey parse.error
Akim Demaille
glr.c: obey the parse.assert %define variable
Akim Demaille
c ++: also prefer YY_ASSERT to YYASSERT
Akim Demaille
api.token.raw: check it against api.token.constructor
Akim Demaille
c++: get rid of symbol_type::token ()
Akim Demaille
d, java: improve yytranslate and neighbors
Akim Demaille
Earlier messages
Later messages