Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
bison-patches (date)
[
Thread Index
][
Top
][
All Lists
][
bison-patches info page
]
Advanced
[
Prev Period
]
Last Modified: Wed Sep 30 2020 19:55:43 -0400
Messages in reverse chronological order
[
Next Period
]
September 30, 2020
Re: [PATCH for Dlang support] d: make enum SymbolKind idiomatic D
,
H. S. Teoh
,
19:55
Re: [PATCH for Dlang support] d: make enum SymbolKind idiomatic D
,
Adela Vais
,
19:40
[PATCH for Dlang support] d: document support
,
Adela Vais
,
18:20
September 29, 2020
Re: multistart: free choice of the start symbol
,
Akim Demaille
,
13:20
Re: multistart: yynerrs
,
Akim Demaille
,
12:56
Re: [PATCH for Dlang support] d: support api.symbol.prefix and api.token.prefix
,
Akim Demaille
,
12:37
Re: [PATCH for Dlang support] d: support api.symbol.prefix and api.token.prefix
,
Akim Demaille
,
12:36
Re: multistart: returning structs
,
Akim Demaille
,
02:41
September 28, 2020
Re: [PATCH for Dlang support] d: change the return value of yylex() from int to TokenKind
,
H. S. Teoh
,
15:53
Re: [PATCH for Dlang support] d: change the return value of yylex() from int to TokenKind
,
edi33416
,
15:42
Re: [PATCH for Dlang support] d: change the return value of yylex() from int to TokenKind
,
Adela Vais
,
15:13
Re: [PATCH for Dlang support] d: change the return value of yylex() from int to TokenKind
,
Akim Demaille
,
13:35
Re: [PATCH for Dlang support] d: support api.symbol.prefix and api.token.prefix
,
Akim Demaille
,
13:31
multistart: start more thorough testing
,
Akim Demaille
,
13:28
tests: style: reorder the calculator test macros
,
Akim Demaille
,
13:25
tests: shorten the generated file
,
Akim Demaille
,
13:25
[PATCH for Dlang support] d: support api.symbol.prefix and api.token.prefix
,
Adela Vais
,
08:30
Re: [PATCH for Dlang support] d: change the return value of yylex() from int to TokenKind
,
Adela Vais
,
07:43
September 27, 2020
Re: [PATCH 00/17] RFC: multiple start symbols
,
Rici Lake
,
14:47
Re: [PATCH 00/17] RFC: multiple start symbols
,
Akim Demaille
,
04:20
glr.cc: fix: use symbol_name
,
Akim Demaille
,
03:21
September 26, 2020
glr2.cc: add an example
,
Akim Demaille
,
11:19
Re: [PATCH for Dlang support] d: change the return value of yylex() from int to TokenKind
,
Akim Demaille
,
07:43
September 24, 2020
Re: [PATCH for Dlang support] tests: d: check the extends and implements directives for the parser class
,
Adela Vais
,
08:47
Re: [PATCH for Dlang support] tests: d: check the extends and implements directives for the parser class
,
Akim Demaille
,
02:51
September 23, 2020
Re: [PATCH] examples: add new build scenario test case
,
Kaz Kylheku
,
21:36
Re: [PATCH] examples: add new build scenario test case
,
Akim Demaille
,
15:27
[PATCH for Dlang support] tests: d: check the extends and implements directives for the parser class
,
Adela Vais
,
14:51
Re: [PATCH 00/17] RFC: multiple start symbols
,
Adrian Vogelsgesang
,
07:16
Re: [PATCH 00/17] RFC: multiple start symbols
,
Akim Demaille
,
02:00
September 20, 2020
Re: [PATCH 00/17] RFC: multiple start symbols
,
Paul Eggert
,
22:55
Re: [PATCH] examples: add new build scenario test case
,
Kaz Kylheku
,
16:01
Re: glr2.cc: also run all the calculator tests
,
Akim Demaille
,
11:59
glr2.cc: also run all the calculator tests
,
Akim Demaille
,
11:53
Re: [PATCH for Dlang support] d: fix b4_rhs_location
,
Akim Demaille
,
11:25
[PATCH 17/17] multistart: also give access to yynerrs
,
Akim Demaille
,
04:41
[PATCH 16/17] yacc.c: also count calls to YYERROR in yynerrs
,
Akim Demaille
,
04:41
[PATCH 15/17] multistart: allow tokens as start symbols
,
Akim Demaille
,
04:40
[PATCH 14/17] multistart: use b4_accept instead of action post-processing
,
Akim Demaille
,
04:40
[PATCH 13/17] multistart: adjust reader checks for generated rules
,
Akim Demaille
,
04:40
[PATCH 12/17] todo: more
,
Akim Demaille
,
04:40
[PATCH 11/17] multistart: toy with it in lexcalc
,
Akim Demaille
,
04:40
[PATCH 10/17] multistart: equip yacc.c
,
Akim Demaille
,
04:39
[PATCH 09/17] multistart: pass the list of start symbols to the backend
,
Akim Demaille
,
04:39
[PATCH 08/17] multistart: also check the HTML report
,
Akim Demaille
,
04:39
[PATCH 07/17] multistart: adjust computation of initial core and adjust reports
,
Akim Demaille
,
04:39
[PATCH 06/17] regen
,
Akim Demaille
,
04:39
[PATCH 05/17] multistart: turn start symbols into rules on $accept
,
Akim Demaille
,
04:38
[PATCH 04/17] regen
,
Akim Demaille
,
04:38
[PATCH 03/17] parser: expose a list of symbols
,
Akim Demaille
,
04:38
[PATCH 02/17] reader: get ready to create several initial rules
,
Akim Demaille
,
04:38
[PATCH 01/17] gram: more debugging information
,
Akim Demaille
,
04:38
[PATCH 00/17] RFC: multiple start symbols
,
Akim Demaille
,
04:37
[PATCH 4/4] style: formatting changes
,
Akim Demaille
,
02:39
[PATCH 3/4] style: introduce parse_positional_ref
,
Akim Demaille
,
02:39
[PATCH 2/4] style: clarify the way state kernels (aka cores) are built
,
Akim Demaille
,
02:39
[PATCH 1/4] style: reorder and comment
,
Akim Demaille
,
02:38
[PATCH 0/4] Style changes
,
Akim Demaille
,
02:38
September 19, 2020
Re: [PATCH] examples: add new build scenario test case
,
Akim Demaille
,
05:44
Re: [PATCH 0/4] Replace --defines with --header, and introduce --html
,
Akim Demaille
,
02:31
Re: d: change the return value of yylex() from int to TokenKind
,
Akim Demaille
,
02:22
September 18, 2020
[PATCH 5/5] glr2.cc: replace refs to parser::symbol_kind_type with yysymbol_kind_t
,
Akim Demaille
,
06:24
[PATCH 4/5] glr2.cc: fix container out-of-bounds access
,
Akim Demaille
,
06:23
[PATCH 3/5] glr2.cc: disable GCC 4.6 warning
,
Akim Demaille
,
06:23
[PATCH 2/5] glr2.cc: fix warning with GCC 4.7 and 4.8
,
Akim Demaille
,
06:23
[PATCH 1/5] glr2.cc: simplify symbol kinds
,
Akim Demaille
,
06:23
September 17, 2020
[PATCH 0/5] Fixes for glr2.cc
,
Akim Demaille
,
13:41
September 16, 2020
Re: [PATCH for Dlang support] d: change the return value of yylex() from int to TokenKind
,
Adela Vais
,
14:48
September 15, 2020
Re: [PATCH 0/4] Replace --defines with --header, and introduce --html
,
Kaz Kylheku
,
04:51
September 14, 2020
[PATCH for Dlang support] d: fix b4_rhs_location
,
Adela Vais
,
14:12
Re: [PATCH 9/9] glr2.cc: address warnings with G++ 4.8
,
Akim Demaille
,
13:13
Re: [PATCH for Dlang support] d: make enum SymbolKind idiomatic D
,
Adela Vais
,
11:36
September 13, 2020
[PATCH 4/4] c++: variants: minor simplification
,
Akim Demaille
,
08:45
[PATCH 3/4] glr2.cc: avoid type-punning issues
,
Akim Demaille
,
08:45
[PATCH 2/4] glr.cc, glr2.cc: don't publish compiler pragmas
,
Akim Demaille
,
08:45
[PATCH 1/4] glr2.cc: disable incorrect warnings from GCC6 to 9
,
Akim Demaille
,
08:45
[PATCH 0/4] glr2.cc: fix more warnings
,
Akim Demaille
,
08:44
September 12, 2020
[PATCH 4/4] add support for --html
,
Akim Demaille
,
11:39
[PATCH 3/4] regen
,
Akim Demaille
,
11:39
[PATCH 2/4] deprecate %defines in favor of %header
,
Akim Demaille
,
11:39
[PATCH 1/4] options: rename --defines as --header
,
Akim Demaille
,
11:38
[PATCH 0/4] Replace --defines with --header, and introduce --html
,
Akim Demaille
,
11:38
Re: [PATCH for Dlang support] d: change the return value of yylex() from int to TokenKind
,
Akim Demaille
,
11:18
Re: [PATCH for Dlang support] d: make enum SymbolKind idiomatic D
,
Akim Demaille
,
11:10
[PATCH 9/9] glr2.cc: address warnings with G++ 4.8
,
Akim Demaille
,
10:53
[PATCH 8/9] glr2.cc: get rid of the C indirection for yy_symbol_print
,
Akim Demaille
,
10:53
[PATCH 7/9] glr2.cc: formatting changes
,
Akim Demaille
,
10:53
[PATCH 6/9] glr2.cc: fix GCC10 warning
,
Akim Demaille
,
10:53
[PATCH 5/9] glr2.cc: coding style changes
,
Akim Demaille
,
10:53
[PATCH 4/9] glr2.cc: move StrongIndexAlias into the namespace
,
Akim Demaille
,
10:52
[PATCH 3/9] glr2.cc: remove usage of PTRDIFF_MAX
,
Akim Demaille
,
10:52
[PATCH 2/9] glr2.cc: remove C-style casts
,
Akim Demaille
,
10:52
[PATCH 1/9] glr2.cc: add copy constructor to yyGLRStackItem
,
Akim Demaille
,
10:52
[PATCH 0/9] glr2.cc: warnings and style
,
Akim Demaille
,
10:52
September 11, 2020
[PATCH for Dlang support] d: change the return value of yylex() from int to TokenKind
,
Adela Vais
,
09:09
[PATCH for Dlang support] d: make enum SymbolKind idiomatic D
,
Adela Vais
,
08:54
September 09, 2020
Re: bison-patches Digest, Vol 174, Issue 10
,
Adela Vais
,
15:59
September 08, 2020
Re: [PATCH for Dlang support] d: make enum SymbolKind idiomatic D
,
H. S. Teoh
,
15:54
[PATCH for Dlang support] d: make enum SymbolKind idiomatic D
,
Adela Vais
,
15:32
September 07, 2020
[PATCH] examples: add new build scenario test case
,
Kaz Kylheku
,
01:56
September 06, 2020
doc: simplify the extraction of example snippets
,
Akim Demaille
,
07:15
September 05, 2020
Re: glr2.cc: get rid of the yyerror scaffolding
,
Akim Demaille
,
01:49
glr2.cc: get rid of the yyerror scaffolding
,
Akim Demaille
,
01:46
September 04, 2020
glr2.cc: avoid warnings about printf and shadowing
,
Akim Demaille
,
00:50
September 03, 2020
Re: [PATCH for Dlang support 4/4] examples: d: started using location tracking
,
Akim Demaille
,
08:37
Re: [PATCH for Dlang support 4/4] examples: d: started using location tracking
,
Adela Vais
,
08:29
Re: [PATCH for Dlang support 4/4] examples: d: started using location tracking
,
Akim Demaille
,
02:45
Re: [PATCH for Dlang support 2/4] examples: d: renamed the D example to "simple" and created a working base for "calc"
,
Akim Demaille
,
02:24
September 02, 2020
Re: RFC: maint: prepare NEWS
,
Akim Demaille
,
15:42
[PATCH for Dlang support 4/4] examples: d: started using location tracking
,
Adela Vais
,
07:32
[PATCH for Dlang support 3/4] examples: d: added README.md and local.mk to example/d
,
Adela Vais
,
07:32
[PATCH for Dlang support 2/4] examples: d: renamed the D example to "simple" and created a working base for "calc"
,
Adela Vais
,
07:32
[PATCH for Dlang support 1/4] examples: d: fix the handling of unary +
,
Adela Vais
,
07:32
Re: [PATCH for Dlang support 1/4] Changed rule that was interpreting +number as -number
,
Akim Demaille
,
01:41
cex: always show ε/%empty in counterexamples
,
Akim Demaille
,
01:34
September 01, 2020
[PATCH for Dlang support 4/4] Started using location tracking
,
Adela Vais
,
14:55
[PATCH for Dlang support 3/4] Added README.md and local.mk to example/d
,
Adela Vais
,
14:55
[PATCH for Dlang support 2/4] Renamed the D example to simple and created a working base for calc
,
Adela Vais
,
14:55
[PATCH for Dlang support 1/4] Changed rule that was interpreting +number as -number
,
Adela Vais
,
14:55
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc