gmane.comp.parsers.bison.patches archive

374 archived articles, newest first (page 4 of 4). Latest articles →

c++: I'm tired of Flex's warnings
Mon, 4 Jan 2021 07:32:32 +0100
Akim Demaille <[email protected]> • #9042
glr: example: flush the output
Mon, 4 Jan 2021 07:30:30 +0100
Akim Demaille <[email protected]> • #9041
style: YYUSE is private, make it YY_USE
Mon, 4 Jan 2021 07:30:02 +0100
Akim Demaille <[email protected]> • #9040
glr.c: example: use a printer
Sun, 3 Jan 2021 08:15:32 +0100
Akim Demaille <[email protected]> • #9039
glr: consistently use the same wording in traces
Sun, 3 Jan 2021 08:15:08 +0100
Akim Demaille <[email protected]> • #9038
[PATCH 6/6] glr2.cc: log the deferred action too
Sat, 2 Jan 2021 16:30:31 +0100
Akim Demaille <[email protected]> • #9037
[PATCH 5/6] glr2.cc: minor clean up
Sat, 2 Jan 2021 16:30:30 +0100
Akim Demaille <[email protected]> • #9036
[PATCH 4/6] glr.c: log the execution of deferred actions
Sat, 2 Jan 2021 16:30:29 +0100
Akim Demaille <[email protected]> • #9035
[PATCH 3/6] glr.c: reorder routines
Sat, 2 Jan 2021 16:30:28 +0100
Akim Demaille <[email protected]> • #9034
[PATCH 2/6] glr.c: example: use the exact same display as in the C++ example
Sat, 2 Jan 2021 16:30:27 +0100
Akim Demaille <[email protected]> • #9033
[PATCH 1/6] glr.c: example: several improvements
Sat, 2 Jan 2021 16:30:26 +0100
Akim Demaille <[email protected]> • #9032
[PATCH 0/6] glr: various improvements
Sat, 2 Jan 2021 16:30:25 +0100
Akim Demaille <[email protected]> • #9031
glr2.cc: the example requires Bison 3.8
Fri, 1 Jan 2021 08:22:46 +0100
Akim Demaille <[email protected]> • #9030
[PATCH 6/6] %merge: associate it to its first definition, not the latest
Thu, 31 Dec 2020 08:14:38 +0100
Akim Demaille <[email protected]> • #9029
[PATCH 4/6] %merge: fix compatibility with api.value.type=union
Thu, 31 Dec 2020 08:14:36 +0100
Akim Demaille <[email protected]> • #9028
[PATCH 5/6] %merge: test support for api.value.type=union
Thu, 31 Dec 2020 08:14:37 +0100
Akim Demaille <[email protected]> • #9027
[PATCH 3/6] %merge: delegate the generation of calls to mergers to m4
Thu, 31 Dec 2020 08:14:35 +0100
Akim Demaille <[email protected]> • #9026
[PATCH 2/6] %merge: let mergers record a typing-symbol, rather than a type
Thu, 31 Dec 2020 08:14:34 +0100
Akim Demaille <[email protected]> • #9025
[PATCH 1/6] %merge: clearer tests on diagnostics
Thu, 31 Dec 2020 08:14:33 +0100
Akim Demaille <[email protected]> • #9024
[PATCH 0/6] glr: fix compatibility bw %merge and api.value.type=union
Thu, 31 Dec 2020 08:14:32 +0100
Akim Demaille <[email protected]> • #9023
[PATCH 5/5] glr2.cc: style: quoting changes
Mon, 28 Dec 2020 07:48:12 +0100
Akim Demaille <[email protected]> • #9022
[PATCH 3/5] glr2.cc: use references to the stack rather than pointers
Mon, 28 Dec 2020 07:48:10 +0100
Akim Demaille <[email protected]> • #9021
[PATCH 4/5] lalr1.cc: quoting changes
Mon, 28 Dec 2020 07:48:11 +0100
Akim Demaille <[email protected]> • #9020
[PATCH 2/5] glr2.cc: simplify names
Mon, 28 Dec 2020 07:48:09 +0100
Akim Demaille <[email protected]> • #9019
[PATCH 1/5] glr2.cc: get rid of the macros wrapping the lookahead
Mon, 28 Dec 2020 07:48:08 +0100
Akim Demaille <[email protected]> • #9018
[PATCH 0/5] glr2.cc: simplify
Mon, 28 Dec 2020 07:48:07 +0100
Akim Demaille <[email protected]> • #9017
glr2.cc: reorganize the skeleton
Sun, 27 Dec 2020 06:44:34 +0100
Akim Demaille <[email protected]> • #9016
glr2.cc: example: simplify
Sun, 27 Dec 2020 06:41:30 +0100
Akim Demaille <[email protected]> • #9015
[PATCH 9/9] glr2.cc: make yyreportTree a member function of semantic_option
Sat, 26 Dec 2020 15:42:38 +0100
Akim Demaille <[email protected]> • #9014
[PATCH 8/9] glr2.cc: pass reference to yyreportAmbiguity
Sat, 26 Dec 2020 15:42:37 +0100
Akim Demaille <[email protected]> • #9013
[PATCH 7/9] style: use yyval only, not yysval
Sat, 26 Dec 2020 15:42:36 +0100
Akim Demaille <[email protected]> • #9012
[PATCH 6/9] glr2.cc: pass location by const ref to yyglrShift
Sat, 26 Dec 2020 15:42:35 +0100
Akim Demaille <[email protected]> • #9011
[PATCH 5/9] style: rename semanticVal as value
Sat, 26 Dec 2020 15:42:34 +0100
Akim Demaille <[email protected]> • #9010
[PATCH 4/9] glr2.cc: remove dead comments
Sat, 26 Dec 2020 15:42:33 +0100
Akim Demaille <[email protected]> • #9009
[PATCH 3/9] glr2.cc: use YYCDEBUG, not YY_DEBUG_STREAM
Sat, 26 Dec 2020 15:42:32 +0100
Akim Demaille <[email protected]> • #9008
[PATCH 2/9] glr2.cc: formatting changes
Sat, 26 Dec 2020 15:42:31 +0100
Akim Demaille <[email protected]> • #9007
[PATCH 1/9] glr2.cc: don't use YYSTYPE/YYLTYPE at all
Sat, 26 Dec 2020 15:42:30 +0100
Akim Demaille <[email protected]> • #9006
[PATCH 0/9] glr2.cc: clean up
Sat, 26 Dec 2020 15:42:29 +0100
Akim Demaille <[email protected]> • #9005
[PATCH 4/6] glr2.cc: fix warnings about uninitialized locations
Sat, 26 Dec 2020 08:11:38 +0100
Akim Demaille <[email protected]> • #9004
[PATCH 3/6] glr2.cc: provide glr_state with a genuine copy-constructor
Sat, 26 Dec 2020 08:11:37 +0100
Akim Demaille <[email protected]> • #9003
[PATCH 5/6] glr2.cc: simplify
Sat, 26 Dec 2020 08:11:39 +0100
Akim Demaille <[email protected]> • #9002
[PATCH 6/6] doc: more about sanitizers
Sat, 26 Dec 2020 08:11:40 +0100
Akim Demaille <[email protected]> • #9001
[PATCH 2/6] glr2.cc: beware of self-assignment
Sat, 26 Dec 2020 08:11:36 +0100
Akim Demaille <[email protected]> • #9000
[PATCH 1/6] glr: comment changes
Sat, 26 Dec 2020 08:11:35 +0100
Akim Demaille <[email protected]> • #8999
[PATCH 0/6] glr2.cc: more fixes
Sat, 26 Dec 2020 08:11:34 +0100
Akim Demaille <[email protected]> • #8998
Re: [PATCH for Dlang support 1/2] d: change the return value of yylex from TokenKind to YYParser.Symbol
Mon, 21 Dec 2020 16:05:44 +0100
Akim Demaille <[email protected]> • #8997
style: address syntax-check diagnostics
Mon, 21 Dec 2020 16:06:12 +0100
Akim Demaille <[email protected]> • #8996
Re: [PATCH for Dlang support 1/2] d: change the return value of yylex from TokenKind to YYParser.Symbol
Mon, 21 Dec 2020 16:06:36 +0200
Adela Vais <[email protected]> • #8995
Re: [PATCH for Dlang support 1/2] d: change the return value of yylex from TokenKind to YYParser.Symbol
Mon, 21 Dec 2020 07:34:03 +0100
Akim Demaille <[email protected]> • #8994
glr2.cc: formatting changes
Mon, 21 Dec 2020 06:41:34 +0100
Akim Demaille <[email protected]> • #8993
glr2.cc: call the destructor in a way that complies with clang
Mon, 21 Dec 2020 06:41:16 +0100
Akim Demaille <[email protected]> • #8992
Re: [PATCH 1/4] style: add missing copyright headers
Sun, 20 Dec 2020 18:25:07 +0100
Hans Åberg <[email protected]> • #8991
Re: [PATCH 1/4] style: add missing copyright headers
Sun, 20 Dec 2020 11:15:50 +0100
Akim Demaille <[email protected]> • #8990
glr2.cc: fix calling conventions for yyexpandGLRStackIfNeeded
Sun, 20 Dec 2020 08:34:36 +0100
Akim Demaille <[email protected]> • #8989
glr2.cc: example: use streams and accept arguments
Sun, 20 Dec 2020 08:33:24 +0100
Akim Demaille <[email protected]> • #8988
glr: formatting changes
Sun, 20 Dec 2020 08:32:37 +0100
Akim Demaille <[email protected]> • #8987
glr2.cc: factor the computation of the accessing symbol
Sun, 20 Dec 2020 08:27:05 +0100
Akim Demaille <[email protected]> • #8986
skeletons: better comments for some tables
Sun, 20 Dec 2020 08:26:45 +0100
Akim Demaille <[email protected]> • #8985
glr2.cc: style: s/Type/Kind/g
Sat, 19 Dec 2020 16:48:05 +0100
Akim Demaille <[email protected]> • #8984
glr2.cc: example: address Clang warnings
Sat, 19 Dec 2020 16:47:49 +0100
Akim Demaille <[email protected]> • #8983
Re: [PATCH 1/4] style: add missing copyright headers
Sat, 19 Dec 2020 11:06:31 +0100
Hans Åberg <[email protected]> • #8982
Re: [PATCH for Dlang support 1/2] d: change the return value of yylex from TokenKind to YYParser.Symbol
Fri, 18 Dec 2020 20:37:13 +0200
Adela Vais <[email protected]> • #8981
[PATCH 3/4] glr2.cc: fix glr_stack_item::setState
Fri, 18 Dec 2020 07:42:03 +0100
Akim Demaille <[email protected]> • #8980
[PATCH 2/4] glr2.cc: more self checks
Fri, 18 Dec 2020 07:42:02 +0100
Akim Demaille <[email protected]> • #8979
[PATCH 4/4] glr2.cc: examples: use values to represent the AST
Fri, 18 Dec 2020 07:42:04 +0100
Akim Demaille <[email protected]> • #8978
[PATCH 0/3] glr2.cc: be able to store genuine objects in api.value.type
Fri, 18 Dec 2020 07:42:00 +0100
Akim Demaille <[email protected]> • #8977
[PATCH 1/4] style: add missing copyright headers
Fri, 18 Dec 2020 07:42:01 +0100
Akim Demaille <[email protected]> • #8976
glr: tests: add support for the YYDEBUG envvar
Wed, 16 Dec 2020 07:40:35 +0100
Akim Demaille <[email protected]> • #8975
[PATCH 8/9] glr2.cc: make the example more C++
Sun, 13 Dec 2020 08:49:26 +0100
Akim Demaille <[email protected]> • #8974
[PATCH 9/9] glr.c: comment changes
Sun, 13 Dec 2020 08:49:27 +0100
Akim Demaille <[email protected]> • #8973
[PATCH 5/9] glr2.cc: fix yycompressStack
Sun, 13 Dec 2020 08:49:23 +0100
Akim Demaille <[email protected]> • #8972
[PATCH 7/9] glr2.cc: make yyparse a member function
Sun, 13 Dec 2020 08:49:25 +0100
Akim Demaille <[email protected]> • #8971
[PATCH 6/9] glr2.cc: being pure is not an option
Sun, 13 Dec 2020 08:49:24 +0100
Akim Demaille <[email protected]> • #8970
[PATCH 4/9] glr2.cc: fix pointer arithmethics
Sun, 13 Dec 2020 08:49:22 +0100
Akim Demaille <[email protected]> • #8969
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.