Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
bison-patches (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Thu Dec 31 2020 02:15:42 -0500
Threads in reverse chronological order
[
Next Period
]
[PATCH 0/6] glr: fix compatibility bw %merge and api.value.type=union
,
Akim Demaille
,
2020/12/31
[PATCH 1/6] %merge: clearer tests on diagnostics
,
Akim Demaille
,
2020/12/31
[PATCH 2/6] %merge: let mergers record a typing-symbol, rather than a type
,
Akim Demaille
,
2020/12/31
[PATCH 3/6] %merge: delegate the generation of calls to mergers to m4
,
Akim Demaille
,
2020/12/31
[PATCH 5/6] %merge: test support for api.value.type=union
,
Akim Demaille
,
2020/12/31
[PATCH 4/6] %merge: fix compatibility with api.value.type=union
,
Akim Demaille
,
2020/12/31
[PATCH 6/6] %merge: associate it to its first definition, not the latest
,
Akim Demaille
,
2020/12/31
[PATCH 0/5] glr2.cc: simplify
,
Akim Demaille
,
2020/12/28
[PATCH 1/5] glr2.cc: get rid of the macros wrapping the lookahead
,
Akim Demaille
,
2020/12/28
[PATCH 2/5] glr2.cc: simplify names
,
Akim Demaille
,
2020/12/28
[PATCH 3/5] glr2.cc: use references to the stack rather than pointers
,
Akim Demaille
,
2020/12/28
[PATCH 4/5] lalr1.cc: quoting changes
,
Akim Demaille
,
2020/12/28
[PATCH 5/5] glr2.cc: style: quoting changes
,
Akim Demaille
,
2020/12/28
glr2.cc: reorganize the skeleton
,
Akim Demaille
,
2020/12/27
glr2.cc: example: simplify
,
Akim Demaille
,
2020/12/27
[PATCH 0/9] glr2.cc: clean up
,
Akim Demaille
,
2020/12/26
[PATCH 1/9] glr2.cc: don't use YYSTYPE/YYLTYPE at all
,
Akim Demaille
,
2020/12/26
[PATCH 2/9] glr2.cc: formatting changes
,
Akim Demaille
,
2020/12/26
[PATCH 3/9] glr2.cc: use YYCDEBUG, not YY_DEBUG_STREAM
,
Akim Demaille
,
2020/12/26
[PATCH 4/9] glr2.cc: remove dead comments
,
Akim Demaille
,
2020/12/26
[PATCH 5/9] style: rename semanticVal as value
,
Akim Demaille
,
2020/12/26
[PATCH 6/9] glr2.cc: pass location by const ref to yyglrShift
,
Akim Demaille
,
2020/12/26
[PATCH 7/9] style: use yyval only, not yysval
,
Akim Demaille
,
2020/12/26
[PATCH 8/9] glr2.cc: pass reference to yyreportAmbiguity
,
Akim Demaille
,
2020/12/26
[PATCH 9/9] glr2.cc: make yyreportTree a member function of semantic_option
,
Akim Demaille
,
2020/12/26
[PATCH 0/6] glr2.cc: more fixes
,
Akim Demaille
,
2020/12/26
[PATCH 1/6] glr: comment changes
,
Akim Demaille
,
2020/12/26
[PATCH 2/6] glr2.cc: beware of self-assignment
,
Akim Demaille
,
2020/12/26
[PATCH 3/6] glr2.cc: provide glr_state with a genuine copy-constructor
,
Akim Demaille
,
2020/12/26
[PATCH 4/6] glr2.cc: fix warnings about uninitialized locations
,
Akim Demaille
,
2020/12/26
[PATCH 5/6] glr2.cc: simplify
,
Akim Demaille
,
2020/12/26
[PATCH 6/6] doc: more about sanitizers
,
Akim Demaille
,
2020/12/26
style: address syntax-check diagnostics
,
Akim Demaille
,
2020/12/21
glr2.cc: formatting changes
,
Akim Demaille
,
2020/12/21
glr2.cc: call the destructor in a way that complies with clang
,
Akim Demaille
,
2020/12/21
glr2.cc: fix calling conventions for yyexpandGLRStackIfNeeded
,
Akim Demaille
,
2020/12/20
glr2.cc: example: use streams and accept arguments
,
Akim Demaille
,
2020/12/20
glr: formatting changes
,
Akim Demaille
,
2020/12/20
glr2.cc: factor the computation of the accessing symbol
,
Akim Demaille
,
2020/12/20
skeletons: better comments for some tables
,
Akim Demaille
,
2020/12/20
glr2.cc: style: s/Type/Kind/g
,
Akim Demaille
,
2020/12/19
glr2.cc: example: address Clang warnings
,
Akim Demaille
,
2020/12/19
Re: [PATCH for Dlang support 1/2] d: change the return value of yylex from TokenKind to YYParser.Symbol
,
Adela Vais
,
2020/12/18
Re: [PATCH for Dlang support 1/2] d: change the return value of yylex from TokenKind to YYParser.Symbol
,
Akim Demaille
,
2020/12/21
Re: [PATCH for Dlang support 1/2] d: change the return value of yylex from TokenKind to YYParser.Symbol
,
Adela Vais
,
2020/12/21
Re: [PATCH for Dlang support 1/2] d: change the return value of yylex from TokenKind to YYParser.Symbol
,
Akim Demaille
,
2020/12/21
[PATCH 0/3] glr2.cc: be able to store genuine objects in api.value.type
,
Akim Demaille
,
2020/12/18
[PATCH 1/4] style: add missing copyright headers
,
Akim Demaille
,
2020/12/18
Re: [PATCH 1/4] style: add missing copyright headers
,
Hans Åberg
,
2020/12/19
Re: [PATCH 1/4] style: add missing copyright headers
,
Akim Demaille
,
2020/12/20
Re: [PATCH 1/4] style: add missing copyright headers
,
Hans Åberg
,
2020/12/20
[PATCH 2/4] glr2.cc: more self checks
,
Akim Demaille
,
2020/12/18
[PATCH 3/4] glr2.cc: fix glr_stack_item::setState
,
Akim Demaille
,
2020/12/18
[PATCH 4/4] glr2.cc: examples: use values to represent the AST
,
Akim Demaille
,
2020/12/18
glr: tests: add support for the YYDEBUG envvar
,
Akim Demaille
,
2020/12/16
[PATCH 0/9] glr2.cc: fixes
,
Akim Demaille
,
2020/12/13
[PATCH 1/9] glr2.cc: add sanity checks in glr_stack_item
,
Akim Demaille
,
2020/12/13
[PATCH 3/9] glr2.cc: style fixes
,
Akim Demaille
,
2020/12/13
[PATCH 2/9] glr2.cc: add sanity check in glr_state
,
Akim Demaille
,
2020/12/13
[PATCH 4/9] glr2.cc: fix pointer arithmethics
,
Akim Demaille
,
2020/12/13
[PATCH 5/9] glr2.cc: fix yycompressStack
,
Akim Demaille
,
2020/12/13
[PATCH 6/9] glr2.cc: being pure is not an option
,
Akim Demaille
,
2020/12/13
[PATCH 7/9] glr2.cc: make yyparse a member function
,
Akim Demaille
,
2020/12/13
[PATCH 8/9] glr2.cc: make the example more C++
,
Akim Demaille
,
2020/12/13
[PATCH 9/9] glr.c: comment changes
,
Akim Demaille
,
2020/12/13
[PATCH 00/10] glr2.cc: fixes
,
Akim Demaille
,
2020/12/06
[PATCH 01/10] glr.c: fix line numbers in logs
,
Akim Demaille
,
2020/12/06
[PATCH 02/10] glr2.cc: fix when the stack is not expandable
,
Akim Demaille
,
2020/12/06
[PATCH 03/10] glr2.cc: use 'const' for some constant local variables
,
Akim Demaille
,
2020/12/06
[PATCH 04/10] glr2.cc: turn some pointers into references
,
Akim Demaille
,
2020/12/06
[PATCH 05/10] glr2.cc: fix memory corruption bug
,
Akim Demaille
,
2020/12/06
[PATCH 06/10] glr2.cc: misc cleanups
,
Akim Demaille
,
2020/12/06
[PATCH 07/10] glr2.cc: fix yyresolveValue
,
Akim Demaille
,
2020/12/06
[PATCH 08/10] glr2.cc: add support for parse.assert
,
Akim Demaille
,
2020/12/06
[PATCH 09/10] glr2.cc: use the same format for traces as glr.c
,
Akim Demaille
,
2020/12/06
[PATCH 10/10] glr2.cc: run the glr-regression tests
,
Akim Demaille
,
2020/12/06
[PATCH 0/7] tests: glr: run the glr regression tests with glr.cc
,
Akim Demaille
,
2020/12/05
[PATCH 1/7] glr.cc: don't "leak" yyparse
,
Akim Demaille
,
2020/12/05
[PATCH 2/7] tests: formatting changes
,
Akim Demaille
,
2020/12/05
[PATCH 3/7] tests: factor the access to token kinds
,
Akim Demaille
,
2020/12/05
[PATCH 4/7] tests: glr: prefer directives to warnings
,
Akim Demaille
,
2020/12/05
[PATCH 5/7] tests: glr: use AT_FULL_COMPILE
,
Akim Demaille
,
2020/12/05
[PATCH 6/7] tests: glr: prepare for more languages
,
Akim Demaille
,
2020/12/05
[PATCH 7/7] tests: glr: run the glr regression tests with glr.cc
,
Akim Demaille
,
2020/12/05
c++: use noexcept where appropriate
,
Akim Demaille
,
2020/12/03
[Dlang] Internationalisation WIP
,
Adela Vais
,
2020/12/01
Re: [Dlang] Internationalisation WIP
,
Akim Demaille
,
2020/12/03
Re: [Dlang] Internationalisation WIP
,
Adela Vais
,
2020/12/07
Re: [Dlang] Internationalisation WIP
,
Akim Demaille
,
2020/12/08
Re: [Dlang] Internationalisation WIP
,
Staniloiu Eduard
,
2020/12/08
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc