bison-patches
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PATCH 18/22] %merge: fix compatibility with api.value.type=union
Akim Demaille
[PATCH 17/22] %merge: delegate the generation of calls to mergers to m4
Akim Demaille
[PATCH 19/22] %merge: associate it to its first definition, not the latest
Akim Demaille
[PATCH 20/22] package: bump copyrights to 2021
Akim Demaille
[PATCH 21/22] news: update
Akim Demaille
Re: [PATCH 21/22] news: update
avogelsgesang--- via Bug fixes and other improvements to Bison
Re: [PATCH 21/22] news: update
Akim Demaille
[PATCH 22/22] package: pacify syntax-check
Akim Demaille
[WIP PATCH for Dlang support] d: token constructors
Adela Vais
Re: [WIP PATCH for Dlang support] d: token constructors
Akim Demaille
Re: [WIP PATCH for Dlang support] d: token constructors
Adela Vais
Re: [WIP PATCH for Dlang support] d: token constructors
Akim Demaille
Re: [WIP PATCH for Dlang support] d: token constructors
Adela Vais
Re: [WIP PATCH for Dlang support] d: token constructors
Akim Demaille
Re: [WIP PATCH for Dlang support] d: token constructors
Adela Vais
Re: [WIP PATCH for Dlang support] d: token constructors
Akim Demaille
Re: [WIP PATCH for Dlang support] d: token constructors
Adela Vais
Re: [WIP PATCH for Dlang support] d: token constructors
Akim Demaille
[PATCH 0/5] New Year's Cleaning
Akim Demaille
[PATCH 1/5] gnulib: update
Akim Demaille
[PATCH 3/5] regen
Akim Demaille
[PATCH 2/5] package: bump copyrights to 2021
Akim Demaille
[PATCH 4/5] package: fixes
Akim Demaille
[PATCH 5/5] package: codespell
Akim Demaille
[Patches for Dlang support] modifications in examples
Adela Vais
Re: [Patches for Dlang support] modifications in examples
Akim Demaille
[PATCH 1/2] cex: fix traces
Akim Demaille
[PATCH 2/2] cex: fix traces
Akim Demaille
[PATCH 0/5] Introduce YYNOMEM in C skeletons
Akim Demaille
[PATCH 1/5] tests: check YYACCEPT and YYABORT
Akim Demaille
[PATCH 2/5] glr.c: style: formatting changes
Akim Demaille
[PATCH 3/5] yacc.c, glr.c: style: rename yyreturn and yyreturnlab
Akim Demaille
[PATCH 4/5] doc: spell check
Akim Demaille
[PATCH 5/5] c: add support for YYNOMEM
Akim Demaille
Re: [PATCH 5/5] c: add support for YYNOMEM
Akim Demaille
[PATCH 0/8] glr2.cc: clean up
Akim Demaille
[PATCH 1/8] glr2.cc: move parser::parse into glr_stack
Akim Demaille
[PATCH 2/8] glr2.cc: make yygetToken a member of glr_stack
Akim Demaille
[PATCH 3/8] glr2.cc: move free-functions into glr_stack
Akim Demaille
[PATCH 4/8] glr2.cc: more free functions about the automaton into glr_stack
Akim Demaille
[PATCH 6/8] glr2.cc: move strong_index_alias into implementation file
Akim Demaille
[PATCH 5/8] glr2.cc: remove some useless qualifications
Akim Demaille
[PATCH 7/8] glr2.cc: formatting changes
Akim Demaille
[PATCH 8/8] glr2.cc: don't prepare for subclassing
Akim Demaille
cex: add support for $TIME_LIMIT
Akim Demaille
cex: send traces to stderr, not stdout
Akim Demaille
A lovely comment
Akim Demaille
Re: A lovely comment
Hans Åberg
Re: A lovely comment
Paul Eggert
Re: A lovely comment
Akim Demaille
Re: A lovely comment
Hans Åberg
glr2.cc: remove remains from glr.cc
Akim Demaille
[PATCH 00/11] glr2.cc: add support for token constructors
Akim Demaille
[PATCH 01/11] tests: fix definition for parser class name
Akim Demaille
[PATCH 02/11] glr: tests: formatting changes
Akim Demaille
[PATCH 04/11] glr: examples: fix locations
Akim Demaille
[PATCH 03/11] glr: tests: more macros
Akim Demaille
[PATCH 05/11] glr2.cc: fix memory leak
Akim Demaille
[PATCH 06/11] glr2.cc: use references to print symbols
Akim Demaille
[PATCH 11/11] glr2.cc: add support for api.token.constructor
Akim Demaille
[PATCH 07/11] glr2.cc: example: style changes
Akim Demaille
[PATCH 10/11] glr2.cc: introduce the yytranslate_ member function
Akim Demaille
[PATCH 08/11] glr2.cc: rely on symbol kinds rather than token kinds
Akim Demaille
[PATCH 09/11] glr2.cc: tests: simplify
Akim Demaille
CI: disable the installation of dmd
Akim Demaille
[PATCH for Dlang support] d: create getter for the number of errors from the parser
Adela Vais
Re: [PATCH for Dlang support] d: create getter for the number of errors from the parser
Akim Demaille
[PATCH for Dlang support] d: remove support for parse.error verbose
Adela Vais
Re: [PATCH for Dlang support] d: remove support for parse.error verbose
Akim Demaille
RFC: d: add support for %printer
Akim Demaille
Re: RFC: d: add support for %printer
Akim Demaille
glr2.cc: add support for variants
Akim Demaille
[PATCH for Dlang support] d: tests: avoid mixing output from reportSyntaxError and getExpectedTokens
Adela Vais
glr: strengthen the tests
Akim Demaille
c++: I'm tired of Flex's warnings
Akim Demaille
glr: example: flush the output
Akim Demaille
style: YYUSE is private, make it YY_USE
Akim Demaille
glr.c: example: use a printer
Akim Demaille
glr: consistently use the same wording in traces
Akim Demaille
[PATCH 0/6] glr: various improvements
Akim Demaille
[PATCH 1/6] glr.c: example: several improvements
Akim Demaille
[PATCH 2/6] glr.c: example: use the exact same display as in the C++ example
Akim Demaille
[PATCH 3/6] glr.c: reorder routines
Akim Demaille
[PATCH 4/6] glr.c: log the execution of deferred actions
Akim Demaille
[PATCH 5/6] glr2.cc: minor clean up
Akim Demaille
[PATCH 6/6] glr2.cc: log the deferred action too
Akim Demaille
glr2.cc: the example requires Bison 3.8
Akim Demaille
[PATCH 0/6] glr: fix compatibility bw %merge and api.value.type=union
Akim Demaille
[PATCH 1/6] %merge: clearer tests on diagnostics
Akim Demaille
[PATCH 2/6] %merge: let mergers record a typing-symbol, rather than a type
Akim Demaille
[PATCH 3/6] %merge: delegate the generation of calls to mergers to m4
Akim Demaille
[PATCH 5/6] %merge: test support for api.value.type=union
Akim Demaille
[PATCH 4/6] %merge: fix compatibility with api.value.type=union
Akim Demaille
[PATCH 6/6] %merge: associate it to its first definition, not the latest
Akim Demaille
[PATCH 0/5] glr2.cc: simplify
Akim Demaille
[PATCH 1/5] glr2.cc: get rid of the macros wrapping the lookahead
Akim Demaille
[PATCH 2/5] glr2.cc: simplify names
Akim Demaille
[PATCH 4/5] lalr1.cc: quoting changes
Akim Demaille
[PATCH 3/5] glr2.cc: use references to the stack rather than pointers
Akim Demaille
[PATCH 5/5] glr2.cc: style: quoting changes
Akim Demaille
glr2.cc: reorganize the skeleton
Akim Demaille
glr2.cc: example: simplify
Akim Demaille
[PATCH 0/9] glr2.cc: clean up
Akim Demaille
[PATCH 1/9] glr2.cc: don't use YYSTYPE/YYLTYPE at all
Akim Demaille
[PATCH 2/9] glr2.cc: formatting changes
Akim Demaille
[PATCH 3/9] glr2.cc: use YYCDEBUG, not YY_DEBUG_STREAM
Akim Demaille
[PATCH 4/9] glr2.cc: remove dead comments
Akim Demaille
[PATCH 5/9] style: rename semanticVal as value
Akim Demaille
[PATCH 6/9] glr2.cc: pass location by const ref to yyglrShift
Akim Demaille
[PATCH 7/9] style: use yyval only, not yysval
Akim Demaille
[PATCH 8/9] glr2.cc: pass reference to yyreportAmbiguity
Akim Demaille
[PATCH 9/9] glr2.cc: make yyreportTree a member function of semantic_option
Akim Demaille
[PATCH 0/6] glr2.cc: more fixes
Akim Demaille
[PATCH 1/6] glr: comment changes
Akim Demaille
[PATCH 2/6] glr2.cc: beware of self-assignment
Akim Demaille
[PATCH 6/6] doc: more about sanitizers
Akim Demaille
[PATCH 5/6] glr2.cc: simplify
Akim Demaille
[PATCH 3/6] glr2.cc: provide glr_state with a genuine copy-constructor
Akim Demaille
[PATCH 4/6] glr2.cc: fix warnings about uninitialized locations
Akim Demaille
style: address syntax-check diagnostics
Akim Demaille
glr2.cc: formatting changes
Akim Demaille
glr2.cc: call the destructor in a way that complies with clang
Akim Demaille
glr2.cc: fix calling conventions for yyexpandGLRStackIfNeeded
Akim Demaille
glr2.cc: example: use streams and accept arguments
Akim Demaille
glr: formatting changes
Akim Demaille
glr2.cc: factor the computation of the accessing symbol
Akim Demaille
skeletons: better comments for some tables
Akim Demaille
glr2.cc: style: s/Type/Kind/g
Akim Demaille
glr2.cc: example: address Clang warnings
Akim Demaille
[PATCH 0/3] glr2.cc: be able to store genuine objects in api.value.type
Akim Demaille
[PATCH 1/4] style: add missing copyright headers
Akim Demaille
Re: [PATCH 1/4] style: add missing copyright headers
Hans Åberg
Re: [PATCH 1/4] style: add missing copyright headers
Akim Demaille
Re: [PATCH 1/4] style: add missing copyright headers
Hans Åberg
Re: [PATCH 1/4] style: add missing copyright headers
Akim Demaille
[PATCH 4/4] glr2.cc: examples: use values to represent the AST
Akim Demaille
[PATCH 2/4] glr2.cc: more self checks
Akim Demaille
[PATCH 3/4] glr2.cc: fix glr_stack_item::setState
Akim Demaille
glr: tests: add support for the YYDEBUG envvar
Akim Demaille
[PATCH 0/9] glr2.cc: fixes
Akim Demaille
[PATCH 1/9] glr2.cc: add sanity checks in glr_stack_item
Akim Demaille
[PATCH 3/9] glr2.cc: style fixes
Akim Demaille
[PATCH 2/9] glr2.cc: add sanity check in glr_state
Akim Demaille
[PATCH 4/9] glr2.cc: fix pointer arithmethics
Akim Demaille
[PATCH 6/9] glr2.cc: being pure is not an option
Akim Demaille
[PATCH 5/9] glr2.cc: fix yycompressStack
Akim Demaille
[PATCH 7/9] glr2.cc: make yyparse a member function
Akim Demaille
[PATCH 9/9] glr.c: comment changes
Akim Demaille
[PATCH 8/9] glr2.cc: make the example more C++
Akim Demaille
[PATCH 00/10] glr2.cc: fixes
Akim Demaille
[PATCH 01/10] glr.c: fix line numbers in logs
Akim Demaille
[PATCH 03/10] glr2.cc: use 'const' for some constant local variables
Akim Demaille
[PATCH 02/10] glr2.cc: fix when the stack is not expandable
Akim Demaille
[PATCH 06/10] glr2.cc: misc cleanups
Akim Demaille
[PATCH 09/10] glr2.cc: use the same format for traces as glr.c
Akim Demaille
[PATCH 05/10] glr2.cc: fix memory corruption bug
Akim Demaille
[PATCH 04/10] glr2.cc: turn some pointers into references
Akim Demaille
[PATCH 07/10] glr2.cc: fix yyresolveValue
Akim Demaille
[PATCH 08/10] glr2.cc: add support for parse.assert
Akim Demaille
[PATCH 10/10] glr2.cc: run the glr-regression tests
Akim Demaille
[PATCH 0/7] tests: glr: run the glr regression tests with glr.cc
Akim Demaille
[PATCH 1/7] glr.cc: don't "leak" yyparse
Akim Demaille
[PATCH 3/7] tests: factor the access to token kinds
Akim Demaille
[PATCH 2/7] tests: formatting changes
Akim Demaille
[PATCH 4/7] tests: glr: prefer directives to warnings
Akim Demaille
[PATCH 5/7] tests: glr: use AT_FULL_COMPILE
Akim Demaille
[PATCH 6/7] tests: glr: prepare for more languages
Akim Demaille
[PATCH 7/7] tests: glr: run the glr regression tests with glr.cc
Akim Demaille
c++: use noexcept where appropriate
Akim Demaille
[Dlang] Internationalisation WIP
Adela Vais
Re: [Dlang] Internationalisation WIP
Akim Demaille
Re: [Dlang] Internationalisation WIP
Adela Vais
Re: [Dlang] Internationalisation WIP
Akim Demaille
Re: [Dlang] Internationalisation WIP
Staniloiu Eduard
Re: [Dlang] Internationalisation WIP
Adela Vais
Re: [Dlang] Internationalisation WIP
Akim Demaille
Re: [Dlang] Internationalisation WIP
Adela Vais
Re: [Dlang] Internationalisation WIP
Akim Demaille
gnulib: update
Akim Demaille
gnulib: update
Akim Demaille
gnulib: update
Akim Demaille
gnulib: update
Akim Demaille
gnulib: update
Akim Demaille
Re: gnulib: update
Hans Åberg
Re: gnulib: update
Akim Demaille
Re: gnulib: update
Hans Åberg
Re: gnulib: update
Hans Åberg
multistart: check duplicates
Akim Demaille
style: change the format of a debugging function
Akim Demaille
style: rename grammar_start_symbols_set as grammar_start_symbols_add
Akim Demaille
multistart: also use the api.prefix in the implementation
Akim Demaille
[PATCH for Dlang support 1/2] d: change the return value of yylex from TokenKind to YYParser.Symbol
Adela Vais
[PATCH for Dlang support 2/2] d: change YYLocation's type from class to struct
Adela Vais
Re: [PATCH for Dlang support 1/2] d: change the return value of yylex from TokenKind to YYParser.Symbol
Akim Demaille
Re: [PATCH for Dlang support 1/2] d: change the return value of yylex from TokenKind to YYParser.Symbol
Adela Vais
Re: [PATCH for Dlang support 1/2] d: change the return value of yylex from TokenKind to YYParser.Symbol
Akim Demaille
Re: [PATCH for Dlang support 1/2] d: change the return value of yylex from TokenKind to YYParser.Symbol
Adela Vais
Re: [PATCH for Dlang support 1/2] d: change the return value of yylex from TokenKind to YYParser.Symbol
Akim Demaille
Re: [PATCH for Dlang support 1/2] d: change the return value of yylex from TokenKind to YYParser.Symbol
Adela Vais
Re: [PATCH for Dlang support 1/2] d: change the return value of yylex from TokenKind to YYParser.Symbol
Akim Demaille
Earlier messages
Later messages