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 +0100glr: example: flush the output
Mon, 4 Jan 2021 07:30:30 +0100style: YYUSE is private, make it YY_USE
Mon, 4 Jan 2021 07:30:02 +0100glr.c: example: use a printer
Sun, 3 Jan 2021 08:15:32 +0100glr: consistently use the same wording in traces
Sun, 3 Jan 2021 08:15:08 +0100[PATCH 6/6] glr2.cc: log the deferred action too
Sat, 2 Jan 2021 16:30:31 +0100[PATCH 5/6] glr2.cc: minor clean up
Sat, 2 Jan 2021 16:30:30 +0100[PATCH 4/6] glr.c: log the execution of deferred actions
Sat, 2 Jan 2021 16:30:29 +0100[PATCH 3/6] glr.c: reorder routines
Sat, 2 Jan 2021 16:30:28 +0100[PATCH 2/6] glr.c: example: use the exact same display as in the C++ example
Sat, 2 Jan 2021 16:30:27 +0100[PATCH 1/6] glr.c: example: several improvements
Sat, 2 Jan 2021 16:30:26 +0100[PATCH 0/6] glr: various improvements
Sat, 2 Jan 2021 16:30:25 +0100glr2.cc: the example requires Bison 3.8
Fri, 1 Jan 2021 08:22:46 +0100[PATCH 6/6] %merge: associate it to its first definition, not the latest
Thu, 31 Dec 2020 08:14:38 +0100[PATCH 4/6] %merge: fix compatibility with api.value.type=union
Thu, 31 Dec 2020 08:14:36 +0100[PATCH 5/6] %merge: test support for api.value.type=union
Thu, 31 Dec 2020 08:14:37 +0100[PATCH 3/6] %merge: delegate the generation of calls to mergers to m4
Thu, 31 Dec 2020 08:14:35 +0100[PATCH 2/6] %merge: let mergers record a typing-symbol, rather than a type
Thu, 31 Dec 2020 08:14:34 +0100[PATCH 1/6] %merge: clearer tests on diagnostics
Thu, 31 Dec 2020 08:14:33 +0100[PATCH 0/6] glr: fix compatibility bw %merge and api.value.type=union
Thu, 31 Dec 2020 08:14:32 +0100[PATCH 5/5] glr2.cc: style: quoting changes
Mon, 28 Dec 2020 07:48:12 +0100[PATCH 3/5] glr2.cc: use references to the stack rather than pointers
Mon, 28 Dec 2020 07:48:10 +0100[PATCH 4/5] lalr1.cc: quoting changes
Mon, 28 Dec 2020 07:48:11 +0100[PATCH 2/5] glr2.cc: simplify names
Mon, 28 Dec 2020 07:48:09 +0100[PATCH 1/5] glr2.cc: get rid of the macros wrapping the lookahead
Mon, 28 Dec 2020 07:48:08 +0100[PATCH 0/5] glr2.cc: simplify
Mon, 28 Dec 2020 07:48:07 +0100glr2.cc: reorganize the skeleton
Sun, 27 Dec 2020 06:44:34 +0100glr2.cc: example: simplify
Sun, 27 Dec 2020 06:41:30 +0100[PATCH 9/9] glr2.cc: make yyreportTree a member function of semantic_option
Sat, 26 Dec 2020 15:42:38 +0100[PATCH 8/9] glr2.cc: pass reference to yyreportAmbiguity
Sat, 26 Dec 2020 15:42:37 +0100[PATCH 7/9] style: use yyval only, not yysval
Sat, 26 Dec 2020 15:42:36 +0100[PATCH 6/9] glr2.cc: pass location by const ref to yyglrShift
Sat, 26 Dec 2020 15:42:35 +0100[PATCH 5/9] style: rename semanticVal as value
Sat, 26 Dec 2020 15:42:34 +0100[PATCH 4/9] glr2.cc: remove dead comments
Sat, 26 Dec 2020 15:42:33 +0100[PATCH 3/9] glr2.cc: use YYCDEBUG, not YY_DEBUG_STREAM
Sat, 26 Dec 2020 15:42:32 +0100[PATCH 2/9] glr2.cc: formatting changes
Sat, 26 Dec 2020 15:42:31 +0100[PATCH 1/9] glr2.cc: don't use YYSTYPE/YYLTYPE at all
Sat, 26 Dec 2020 15:42:30 +0100[PATCH 0/9] glr2.cc: clean up
Sat, 26 Dec 2020 15:42:29 +0100[PATCH 4/6] glr2.cc: fix warnings about uninitialized locations
Sat, 26 Dec 2020 08:11:38 +0100[PATCH 3/6] glr2.cc: provide glr_state with a genuine copy-constructor
Sat, 26 Dec 2020 08:11:37 +0100[PATCH 5/6] glr2.cc: simplify
Sat, 26 Dec 2020 08:11:39 +0100[PATCH 6/6] doc: more about sanitizers
Sat, 26 Dec 2020 08:11:40 +0100[PATCH 2/6] glr2.cc: beware of self-assignment
Sat, 26 Dec 2020 08:11:36 +0100[PATCH 1/6] glr: comment changes
Sat, 26 Dec 2020 08:11:35 +0100[PATCH 0/6] glr2.cc: more fixes
Sat, 26 Dec 2020 08:11:34 +0100Re: [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 +0100style: address syntax-check diagnostics
Mon, 21 Dec 2020 16:06:12 +0100Re: [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 +0200Re: [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 +0100glr2.cc: formatting changes
Mon, 21 Dec 2020 06:41:34 +0100glr2.cc: call the destructor in a way that complies with clang
Mon, 21 Dec 2020 06:41:16 +0100Re: [PATCH 1/4] style: add missing copyright headers
Sun, 20 Dec 2020 18:25:07 +0100Re: [PATCH 1/4] style: add missing copyright headers
Sun, 20 Dec 2020 11:15:50 +0100glr2.cc: fix calling conventions for yyexpandGLRStackIfNeeded
Sun, 20 Dec 2020 08:34:36 +0100glr2.cc: example: use streams and accept arguments
Sun, 20 Dec 2020 08:33:24 +0100glr: formatting changes
Sun, 20 Dec 2020 08:32:37 +0100glr2.cc: factor the computation of the accessing symbol
Sun, 20 Dec 2020 08:27:05 +0100skeletons: better comments for some tables
Sun, 20 Dec 2020 08:26:45 +0100glr2.cc: style: s/Type/Kind/g
Sat, 19 Dec 2020 16:48:05 +0100glr2.cc: example: address Clang warnings
Sat, 19 Dec 2020 16:47:49 +0100Re: [PATCH 1/4] style: add missing copyright headers
Sat, 19 Dec 2020 11:06:31 +0100Re: [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[PATCH 3/4] glr2.cc: fix glr_stack_item::setState
Fri, 18 Dec 2020 07:42:03 +0100[PATCH 2/4] glr2.cc: more self checks
Fri, 18 Dec 2020 07:42:02 +0100[PATCH 4/4] glr2.cc: examples: use values to represent the AST
Fri, 18 Dec 2020 07:42:04 +0100[PATCH 0/3] glr2.cc: be able to store genuine objects in api.value.type
Fri, 18 Dec 2020 07:42:00 +0100[PATCH 1/4] style: add missing copyright headers
Fri, 18 Dec 2020 07:42:01 +0100glr: tests: add support for the YYDEBUG envvar
Wed, 16 Dec 2020 07:40:35 +0100[PATCH 8/9] glr2.cc: make the example more C++
Sun, 13 Dec 2020 08:49:26 +0100[PATCH 9/9] glr.c: comment changes
Sun, 13 Dec 2020 08:49:27 +0100[PATCH 5/9] glr2.cc: fix yycompressStack
Sun, 13 Dec 2020 08:49:23 +0100[PATCH 7/9] glr2.cc: make yyparse a member function
Sun, 13 Dec 2020 08:49:25 +0100[PATCH 6/9] glr2.cc: being pure is not an option
Sun, 13 Dec 2020 08:49:24 +0100[PATCH 4/9] glr2.cc: fix pointer arithmethics
Sun, 13 Dec 2020 08:49:22 +0100
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.