Messages by Date
-
2020/11/22
style: rename grammar_start_symbols_set as grammar_start_symbols_add
Akim Demaille
-
2020/11/22
TODO: update
Akim Demaille
-
2020/11/22
multistart: also use the api.prefix in the implementation
Akim Demaille
-
2020/11/21
Re: multistart: free choice of the start symbol
Akim Demaille
-
2020/11/21
Re: [PATCH 0/4] yacc.c: provide the Bison version as an integral macro
Akim Demaille
-
2020/11/20
Re: [PATCH for Dlang support 1/2] d: change the return value of yylex from TokenKind to YYParser.Symbol
Akim Demaille
-
2020/11/20
Re: [PATCH for Dlang support 1/2] d: change the return value of yylex from TokenKind to YYParser.Symbol
H. S. Teoh
-
2020/11/20
Re: [PATCH for Dlang support 1/2] d: change the return value of yylex from TokenKind to YYParser.Symbol
Adela Vais
-
2020/11/20
Re: [PATCH for Dlang support 1/2] d: change the return value of yylex from TokenKind to YYParser.Symbol
H. S. Teoh
-
2020/11/20
Re: [PATCH for Dlang support 1/2] d: change the return value of yylex from TokenKind to YYParser.Symbol
Akim Demaille
-
2020/11/20
[PATCH for Dlang support 1/2] d: change the return value of yylex from TokenKind to YYParser.Symbol
Adela Vais
-
2020/11/20
[PATCH for Dlang support 2/2] d: change YYLocation's type from class to struct
Adela Vais
-
2020/11/19
Re: [PATCH for Dlang support] d: add support for lookahead correction
Akim Demaille
-
2020/11/19
Re: [PATCH 0/4] yacc.c: provide the Bison version as an integral macro
uxio prego
-
2020/11/18
Re: [PATCH for Dlang support] d: add support for lookahead correction
H. S. Teoh
-
2020/11/17
Re: [PATCH for Dlang support] d: add support for lookahead correction
Akim Demaille
-
2020/11/17
Re: [PATCH for Dlang support] d: change the name of the custom error message function to reportSyntaxError
Akim Demaille
-
2020/11/17
[PATCH for Dlang support] d: add support for lookahead correction
Adela Vais
-
2020/11/17
[PATCH for Dlang support] d: change the name of the custom error message function to reportSyntaxError
Adela Vais
-
2020/11/14
style: prefer b4_symbol(empty, ...) to b4_symbol(-2, ...)
Akim Demaille
-
2020/11/11
Re: glr2.cc: add an example
Akim Demaille
-
2020/11/11
Re: glr2.cc: add an example
Valentin Tolmer
-
2020/11/11
[PATCH 4/5] c++: don't glue functions together
Akim Demaille
-
2020/11/11
[PATCH 0/5] maint: c++: fix several issues with assertions
Akim Demaille
-
2020/11/11
[PATCH 5/5] c++: shorten the assertions that check whether tokens are correct
Akim Demaille
-
2020/11/11
[PATCH 3/5] lalr1.cc: YY_ASSERT should use api.prefix
Akim Demaille
-
2020/11/11
[PATCH 0/5] maint: c++: fix several issues with assertions
Akim Demaille
-
2020/11/11
[PATCH 1/5] c++: style: use more regular m4 quoting patterns
Akim Demaille
-
2020/11/11
[PATCH 2/5] c++: don't use YY_ASSERT at all if parse.assert is disabled
Akim Demaille
-
2020/11/11
[PATCH 3/4] regen
Akim Demaille
-
2020/11/11
[PATCH 4/4] yacc.c: provide the Bison version as an integral macro
Akim Demaille
-
2020/11/11
[PATCH 2/4] style: make conversion of version string to int public
Akim Demaille
-
2020/11/11
[PATCH 0/4] yacc.c: provide the Bison version as an integral macro
Akim Demaille
-
2020/11/11
[PATCH 1/4] %require: accept version numbers with three parts ("3.7.4")
Akim Demaille
-
2020/11/09
[PATCH 4/4] ielr: more comments and logs
Akim Demaille
-
2020/11/09
[PATCH 3/4] multistart: fix IELR computations
Akim Demaille
-
2020/11/09
[PATCH 2/4] ielr: make some conditions about items easier to understand
Akim Demaille
-
2020/11/09
[PATCH 1/4] multistart: introduce and use rule_is_initial
Akim Demaille
-
2020/11/09
[PATCH 0/4] Fixes for multistart
Akim Demaille
-
2020/11/08
multistart: introduce and use rule_is_accepting
Akim Demaille
-
2020/11/08
style: comment and formatting changes, and fixes
Akim Demaille
-
2020/11/07
lalr: add assertions
Akim Demaille
-
2020/11/07
glr2.cc: remove scaffolding for glr.c
Akim Demaille
-
2020/11/07
Re: [PATCH for Dlang support 2/2] d: add the custom error message feature
Akim Demaille
-
2020/11/07
Re: [PATCH for Dlang support] d: examples: fix coding style
Akim Demaille
-
2020/11/07
style: avoid explicit symbol numbers
Akim Demaille
-
2020/11/07
Re: [PATCH for Dlang support 2/2] d: add the custom error message feature
Adela Vais
-
2020/11/07
Re: [PATCH for Dlang support] d: examples: fix coding style
Adela Vais
-
2020/11/06
Re: [PATCH for Dlang support] d: examples: fix coding style
Akim Demaille
-
2020/11/06
Re: [PATCH for Dlang support 2/2] d: add the custom error message feature
Akim Demaille
-
2020/11/06
Re: [PATCH for Dlang support 1/2] d: create the Parser.Context class
Akim Demaille
-
2020/11/06
Re: [PATCH for Dlang support 1/2] d: add yyerrok()
Akim Demaille
-
2020/11/06
Re: [PATCH]: Suggested documentation about working with Bison versions.
Akim Demaille
-
2020/11/06
Re: [PATCH]: Suggested documentation about working with Bison versions.
Kaz Kylheku
-
2020/11/06
[PATCH for Dlang support] d: examples: fix coding style
Adela Vais
-
2020/11/06
[PATCH for Dlang support 2/2] d: doc: add D Action Features section
Adela Vais
-
2020/11/06
[PATCH for Dlang support 1/2] d: add yyerrok()
Adela Vais
-
2020/11/06
Re: [PATCH for Dlang support 2/2] d: add the custom error message feature
Adela Vais
-
2020/11/06
Re: [PATCH for Dlang support 1/2] d: create the Parser.Context class
Adela Vais
-
2020/11/05
java: lac: a stronger test for the exploratory stack
Akim Demaille
-
2020/11/04
Re: [PATCH]: Suggested documentation about working with Bison versions.
Akim Demaille
-
2020/11/04
Re: [PATCH 3/4] java: add support for lookahead correction
Adrian Vogelsgesang via Bug fixes and other improvements to Bison
-
2020/11/03
java: lac: more tests, and some doc
Akim Demaille
-
2020/11/03
Re: [PATCH 3/4] java: add support for lookahead correction
Akim Demaille
-
2020/11/02
java: avoid Integer(String), use parseInt
Akim Demaille
-
2020/11/02
Re: [PATCH 3/4] java: add support for lookahead correction
Akim Demaille
-
2020/11/01
Re: [PATCH 3/4] java: add support for lookahead correction
Akim Demaille
-
2020/11/01
Re: [PATCH 3/4] java: add support for lookahead correction
Adrian Vogelsgesang via Bug fixes and other improvements to Bison
-
2020/11/01
[PATCH 3/4] java: add support for lookahead correction
Akim Demaille
-
2020/11/01
[PATCH 4/4] java: lac: check it
Akim Demaille
-
2020/11/01
[PATCH 2/4] style: java: more style fixes
Akim Demaille
-
2020/11/01
[PATCH 1/4] style: comment changes in the skeletons
Akim Demaille
-
2020/11/01
[PATCH 0/4] Java: add LAC support
Akim Demaille
-
2020/10/27
Re: [PATCH for Dlang support 1/2] d: create the Parser.Context class
Akim Demaille
-
2020/10/27
Re: [PATCH] doc: minor grammar fixes in counterexamples section
Akim Demaille
-
2020/10/27
Re: [PATCH for Dlang support 1/2] d: create the Parser.Context class
H. S. Teoh
-
2020/10/27
[PATCH] doc: minor grammar fixes in counterexamples section
Nick Gasson
-
2020/10/27
Re: [PATCH for Dlang support 2/2] d: add the custom error message feature
Akim Demaille
-
2020/10/26
Re: [PATCH for Dlang support 1/2] d: create the Parser.Context class
Akim Demaille
-
2020/10/25
[PATCH for Dlang support 2/2] d: add the custom error message feature
Adela Vais
-
2020/10/25
[PATCH for Dlang support 1/2] d: create the Parser.Context class
Adela Vais
-
2020/10/14
Re: [PATCH]: Suggested documentation about working with Bison versions.
Kaz Kylheku
-
2020/10/14
Re: [PATCH]: Suggested documentation about working with Bison versions.
Kaz Kylheku
-
2020/10/14
Re: [PATCH]: Suggested documentation about working with Bison versions.
Paul Eggert
-
2020/10/13
Re: [PATCH]: Suggested documentation about working with Bison versions.
Akim Demaille
-
2020/10/13
[PATCH]: Suggested documentation about working with Bison versions.
Kaz Kylheku
-
2020/10/06
report: put the dot after %empty in items
Akim Demaille
-
2020/10/06
doc: D comes before Java in alphabetical order
Akim Demaille
-
2020/10/04
Re: multistart: use YYSTYPE
Akim Demaille
-
2020/10/04
Re: multistart: free choice of the start symbol
Akim Demaille
-
2020/10/03
Re: [PATCH for Dlang support] d: change api.token.raw default value to true
Akim Demaille
-
2020/10/03
[PATCH for Dlang support] d: change api.token.raw default value to true
Adela Vais
-
2020/10/03
m4: have b4_percent_define_if_define apply default values lazily
Akim Demaille
-
2020/10/01
Re: [PATCH for Dlang support] d: make enum SymbolKind idiomatic D
Akim Demaille
-
2020/10/01
Re: [PATCH for Dlang support] d: document support
Akim Demaille
-
2020/10/01
Re: [PATCH for Dlang support] d: remove the @property attribute from
Akim Demaille
-
2020/10/01
Re: [PATCH for Dlang support] d: remove the default prefix for
Akim Demaille
-
2020/10/01
[PATCH for Dlang support] d: remove the default prefix for
Adela Vais
-
2020/10/01
[PATCH for Dlang support] d: remove the @property attribute from
Adela Vais
-
2020/10/01
Re: [PATCH for Dlang support] d: make enum SymbolKind idiomatic D
Adela Vais
-
2020/09/30
Re: [PATCH for Dlang support] d: make enum SymbolKind idiomatic D
H. S. Teoh
-
2020/09/30
Re: [PATCH for Dlang support] d: make enum SymbolKind idiomatic D
Adela Vais
-
2020/09/30
[PATCH for Dlang support] d: document support
Adela Vais
-
2020/09/29
Re: multistart: free choice of the start symbol
Akim Demaille
-
2020/09/29
Re: multistart: yynerrs
Akim Demaille
-
2020/09/29
Re: [PATCH for Dlang support] d: support api.symbol.prefix and api.token.prefix
Akim Demaille
-
2020/09/29
Re: [PATCH for Dlang support] d: support api.symbol.prefix and api.token.prefix
Akim Demaille
-
2020/09/28
Re: multistart: returning structs
Akim Demaille
-
2020/09/28
Re: [PATCH for Dlang support] d: change the return value of yylex() from int to TokenKind
H. S. Teoh
-
2020/09/28
Re: [PATCH for Dlang support] d: change the return value of yylex() from int to TokenKind
edi33416
-
2020/09/28
Re: [PATCH for Dlang support] d: change the return value of yylex() from int to TokenKind
Adela Vais
-
2020/09/28
Re: [PATCH for Dlang support] d: change the return value of yylex() from int to TokenKind
Akim Demaille
-
2020/09/28
Re: [PATCH for Dlang support] d: support api.symbol.prefix and api.token.prefix
Akim Demaille
-
2020/09/28
multistart: start more thorough testing
Akim Demaille
-
2020/09/28
tests: shorten the generated file
Akim Demaille
-
2020/09/28
tests: style: reorder the calculator test macros
Akim Demaille
-
2020/09/28
[PATCH for Dlang support] d: support api.symbol.prefix and api.token.prefix
Adela Vais
-
2020/09/28
Re: [PATCH for Dlang support] d: change the return value of yylex() from int to TokenKind
Adela Vais
-
2020/09/27
Re: [PATCH 00/17] RFC: multiple start symbols
Rici Lake
-
2020/09/27
Re: [PATCH 00/17] RFC: multiple start symbols
Akim Demaille
-
2020/09/27
glr.cc: fix: use symbol_name
Akim Demaille
-
2020/09/26
glr2.cc: add an example
Akim Demaille
-
2020/09/26
Re: [PATCH for Dlang support] d: change the return value of yylex() from int to TokenKind
Akim Demaille
-
2020/09/24
Re: [PATCH for Dlang support] tests: d: check the extends and implements directives for the parser class
Adela Vais
-
2020/09/23
Re: [PATCH for Dlang support] tests: d: check the extends and implements directives for the parser class
Akim Demaille
-
2020/09/23
Re: [PATCH] examples: add new build scenario test case
Kaz Kylheku
-
2020/09/23
Re: [PATCH] examples: add new build scenario test case
Akim Demaille
-
2020/09/23
[PATCH for Dlang support] tests: d: check the extends and implements directives for the parser class
Adela Vais
-
2020/09/23
Re: [PATCH 00/17] RFC: multiple start symbols
Adrian Vogelsgesang via Bug fixes and other improvements to Bison
-
2020/09/22
Re: [PATCH 00/17] RFC: multiple start symbols
Akim Demaille
-
2020/09/20
Re: [PATCH 00/17] RFC: multiple start symbols
Paul Eggert
-
2020/09/20
Re: [PATCH] examples: add new build scenario test case
Kaz Kylheku
-
2020/09/20
Re: glr2.cc: also run all the calculator tests
Akim Demaille
-
2020/09/20
glr2.cc: also run all the calculator tests
Akim Demaille
-
2020/09/20
Re: [PATCH for Dlang support] d: fix b4_rhs_location
Akim Demaille
-
2020/09/20
[PATCH 13/17] multistart: adjust reader checks for generated rules
Akim Demaille
-
2020/09/20
[PATCH 16/17] yacc.c: also count calls to YYERROR in yynerrs
Akim Demaille
-
2020/09/20
[PATCH 17/17] multistart: also give access to yynerrs
Akim Demaille
-
2020/09/20
[PATCH 15/17] multistart: allow tokens as start symbols
Akim Demaille
-
2020/09/20
[PATCH 11/17] multistart: toy with it in lexcalc
Akim Demaille
-
2020/09/20
[PATCH 12/17] todo: more
Akim Demaille
-
2020/09/20
[PATCH 14/17] multistart: use b4_accept instead of action post-processing
Akim Demaille
-
2020/09/20
[PATCH 07/17] multistart: adjust computation of initial core and adjust reports
Akim Demaille
-
2020/09/20
[PATCH 09/17] multistart: pass the list of start symbols to the backend
Akim Demaille
-
2020/09/20
[PATCH 06/17] regen
Akim Demaille
-
2020/09/20
[PATCH 08/17] multistart: also check the HTML report
Akim Demaille
-
2020/09/20
[PATCH 05/17] multistart: turn start symbols into rules on $accept
Akim Demaille
-
2020/09/20
[PATCH 10/17] multistart: equip yacc.c
Akim Demaille
-
2020/09/20
[PATCH 02/17] reader: get ready to create several initial rules
Akim Demaille
-
2020/09/20
[PATCH 03/17] parser: expose a list of symbols
Akim Demaille
-
2020/09/20
[PATCH 04/17] regen
Akim Demaille
-
2020/09/20
[PATCH 00/17] RFC: multiple start symbols
Akim Demaille
-
2020/09/20
[PATCH 01/17] gram: more debugging information
Akim Demaille
-
2020/09/19
[PATCH 1/4] style: reorder and comment
Akim Demaille
-
2020/09/19
[PATCH 3/4] style: introduce parse_positional_ref
Akim Demaille
-
2020/09/19
[PATCH 4/4] style: formatting changes
Akim Demaille
-
2020/09/19
[PATCH 2/4] style: clarify the way state kernels (aka cores) are built
Akim Demaille
-
2020/09/19
[PATCH 0/4] Style changes
Akim Demaille
-
2020/09/19
Re: [PATCH] examples: add new build scenario test case
Akim Demaille
-
2020/09/18
Re: [PATCH 0/4] Replace --defines with --header, and introduce --html
Akim Demaille
-
2020/09/18
Re: d: change the return value of yylex() from int to TokenKind
Akim Demaille
-
2020/09/18
[PATCH 5/5] glr2.cc: replace refs to parser::symbol_kind_type with yysymbol_kind_t
Akim Demaille
-
2020/09/18
[PATCH 3/5] glr2.cc: disable GCC 4.6 warning
Akim Demaille
-
2020/09/18
[PATCH 4/5] glr2.cc: fix container out-of-bounds access
Akim Demaille
-
2020/09/18
[PATCH 2/5] glr2.cc: fix warning with GCC 4.7 and 4.8
Akim Demaille
-
2020/09/18
[PATCH 1/5] glr2.cc: simplify symbol kinds
Akim Demaille
-
2020/09/17
[PATCH 0/5] Fixes for glr2.cc
Akim Demaille
-
2020/09/16
Re: [PATCH for Dlang support] d: change the return value of yylex() from int to TokenKind
Adela Vais
-
2020/09/15
Re: [PATCH 0/4] Replace --defines with --header, and introduce --html
Kaz Kylheku
-
2020/09/14
[PATCH for Dlang support] d: fix b4_rhs_location
Adela Vais
-
2020/09/14
Re: [PATCH for Dlang support] d: make enum SymbolKind idiomatic D
Adela Vais
-
2020/09/14
Re: [PATCH 9/9] glr2.cc: address warnings with G++ 4.8
Akim Demaille
-
2020/09/13
[PATCH 4/4] c++: variants: minor simplification
Akim Demaille
-
2020/09/13
[PATCH 1/4] glr2.cc: disable incorrect warnings from GCC6 to 9
Akim Demaille
-
2020/09/13
[PATCH 3/4] glr2.cc: avoid type-punning issues
Akim Demaille
-
2020/09/13
[PATCH 2/4] glr.cc, glr2.cc: don't publish compiler pragmas
Akim Demaille
-
2020/09/13
[PATCH 0/4] glr2.cc: fix more warnings
Akim Demaille
-
2020/09/12
[PATCH 3/4] regen
Akim Demaille
-
2020/09/12
[PATCH 4/4] add support for --html
Akim Demaille
-
2020/09/12
[PATCH 0/4] Replace --defines with --header, and introduce --html
Akim Demaille
-
2020/09/12
[PATCH 1/4] options: rename --defines as --header
Akim Demaille
-
2020/09/12
[PATCH 2/4] deprecate %defines in favor of %header
Akim Demaille
-
2020/09/12
Re: [PATCH for Dlang support] d: change the return value of yylex() from int to TokenKind
Akim Demaille
-
2020/09/12
Re: [PATCH for Dlang support] d: make enum SymbolKind idiomatic D
Akim Demaille
-
2020/09/12
[PATCH 9/9] glr2.cc: address warnings with G++ 4.8
Akim Demaille
-
2020/09/12
[PATCH 3/9] glr2.cc: remove usage of PTRDIFF_MAX
Akim Demaille
-
2020/09/12
[PATCH 8/9] glr2.cc: get rid of the C indirection for yy_symbol_print
Akim Demaille
-
2020/09/12
[PATCH 5/9] glr2.cc: coding style changes
Akim Demaille
-
2020/09/12
[PATCH 7/9] glr2.cc: formatting changes
Akim Demaille
-
2020/09/12
[PATCH 4/9] glr2.cc: move StrongIndexAlias into the namespace
Akim Demaille
-
2020/09/12
[PATCH 6/9] glr2.cc: fix GCC10 warning
Akim Demaille
-
2020/09/12
[PATCH 1/9] glr2.cc: add copy constructor to yyGLRStackItem
Akim Demaille
-
2020/09/12
[PATCH 2/9] glr2.cc: remove C-style casts
Akim Demaille
-
2020/09/12
[PATCH 0/9] glr2.cc: warnings and style
Akim Demaille
-
2020/09/11
[PATCH for Dlang support] d: change the return value of yylex() from int to TokenKind
Adela Vais
-
2020/09/11
[PATCH for Dlang support] d: make enum SymbolKind idiomatic D
Adela Vais
-
2020/09/09
Re: bison-patches Digest, Vol 174, Issue 10
Adela Vais
-
2020/09/08
Re: [PATCH for Dlang support] d: make enum SymbolKind idiomatic D
H. S. Teoh
-
2020/09/08
[PATCH for Dlang support] d: make enum SymbolKind idiomatic D
Adela Vais
-
2020/09/06
[PATCH] examples: add new build scenario test case
Kaz Kylheku