Messages by Date
-
2020/04/18
examples: beware of readline on macOS
Akim Demaille
-
2020/04/17
c++: give public access to the symbol kind
Akim Demaille
-
2020/04/17
doc: token_kind_type in C++
Akim Demaille
-
2020/04/16
Re: [PATCH 3/5] c++: improvements on symbol kinds
Hans Åberg
-
2020/04/16
doc: updates for 3.6
Akim Demaille
-
2020/04/16
doc: updates for 3.6
Akim Demaille
-
2020/04/15
style: comments changes about error handling
Akim Demaille
-
2020/04/15
skeletons: use symbol(-2, kind)
Akim Demaille
-
2020/04/15
Re: [PATCH 3/5] c++: improvements on symbol kinds
Akim Demaille
-
2020/04/15
Re: [PATCH 3/5] c++: improvements on symbol kinds
Hans Åberg
-
2020/04/15
Re: [PATCH 3/5] c++: improvements on symbol kinds
Akim Demaille
-
2020/04/15
Re: [PATCH 3/5] c++: improvements on symbol kinds
Hans Åberg
-
2020/04/15
Re: [PATCH 3/5] c++: improvements on symbol kinds
Akim Demaille
-
2020/04/15
Re: [PATCH 3/5] c++: improvements on symbol kinds
Hans Åberg
-
2020/04/14
Re: [PATCH 3/5] c++: improvements on symbol kinds
Akim Demaille
-
2020/04/14
Re: [PATCH 3/5] c++: improvements on symbol kinds
Hans Åberg
-
2020/04/13
examples: bistro: don't be lazy with switch
Akim Demaille
-
2020/04/13
RFC: YYUNDEF vs. YYERRCODE
Akim Demaille
-
2020/04/13
doc: spell check
Akim Demaille
-
2020/04/13
Re: Getting involved in Bison
Akim Demaille
-
2020/04/13
[PATCH 09/10] java: promote YYEOF rather that Lexer.EOF
Akim Demaille
-
2020/04/13
[PATCH 10/10] doc: more about the coding style
Akim Demaille
-
2020/04/13
[PATCH 07/10] doc: java: SymbolKind, etc.
Akim Demaille
-
2020/04/13
[PATCH 04/10] doc: promote YYEOF
Akim Demaille
-
2020/04/13
[PATCH 06/10] style: java: get closer to the Java style
Akim Demaille
-
2020/04/13
[PATCH 00/10] Documentation and fixes
Akim Demaille
-
2020/04/13
[PATCH 03/10] d: put YYEMPTY in the TokenKind
Akim Demaille
-
2020/04/13
[PATCH 05/10] doc: c++: document parser::context
Akim Demaille
-
2020/04/13
[PATCH 02/10] regen
Akim Demaille
-
2020/04/13
[PATCH 08/10] java: fix names
Akim Demaille
-
2020/04/13
[PATCH 01/10] c, c++: also define YYEMPTY in yytoken_kind_t
Akim Demaille
-
2020/04/13
RE: Getting involved in Bison
Morales Cayuela, Victor (NSB - CN/Hangzhou)
-
2020/04/12
[PATCH 4/4] doc: use "code", not "number", for token (and symbol) kinds
Akim Demaille
-
2020/04/12
[PATCH 0/4] Doc: update, and document "kinds"
Akim Demaille
-
2020/04/12
[PATCH 1/4] c: rename yyexpected_tokens as yypcontext_expected_tokens
Akim Demaille
-
2020/04/12
[PATCH 2/4] doc: document yypcontext_t, and api.symbol.prefix
Akim Demaille
-
2020/04/12
[PATCH 3/4] doc: promote yytoken_kind_t, not yytokentype
Akim Demaille
-
2020/04/12
[PATCH 07/10] skeletons: use "end of file" instead of "$end"
Akim Demaille
-
2020/04/12
[PATCH 06/10] diagnostics: replace "user token number" by "token code"
Akim Demaille
-
2020/04/12
[PATCH 03/10] tokens: define the "$undefined" token kind
Akim Demaille
-
2020/04/12
[PATCH 08/10] skeletons: make the eof token translatable if i18n is enabled
Akim Demaille
-
2020/04/12
[PATCH 01/10] tokens: style: minor fixes
Akim Demaille
-
2020/04/12
[PATCH 09/10] skeletons: use "invalid token" instead of "$undefined"
Akim Demaille
-
2020/04/12
[PATCH 02/10] tokens: properly define the "error" token kind
Akim Demaille
-
2020/04/12
[PATCH 00/10] Clean up the handling of the tokens
Akim Demaille
-
2020/04/12
[PATCH 04/10] tokens: properly define the YYEOF token kind
Akim Demaille
-
2020/04/12
[PATCH 05/10] c++: remove the yy prefix from some functions
Akim Demaille
-
2020/04/12
[PATCH 10/10] skeletons: clarify the tag of special tokens
Akim Demaille
-
2020/04/12
c++: fix generated headers
Akim Demaille
-
2020/04/12
glr.cc: remove dead code
Akim Demaille
-
2020/04/10
[PATCH 1/5] symbols: minor fixes
Akim Demaille
-
2020/04/10
[PATCH 0/5] Clean up
Akim Demaille
-
2020/04/10
[PATCH 5/5] style: rename YYNOMEM as YYENOMEM
Akim Demaille
-
2020/04/10
[PATCH 3/5] c++: improvements on symbol kinds
Akim Demaille
-
2020/04/10
[PATCH 2/5] d: improvements on symbol kinds
Akim Demaille
-
2020/04/10
[PATCH 4/5] todo: update
Akim Demaille
-
2020/04/10
Re: Help with benchmarks on termination
John Naylor
-
2020/04/09
Re: Help with benchmarks on termination
Akim Demaille
-
2020/04/08
Re: Help with benchmarks on termination
John Naylor
-
2020/04/06
skeletons: introduce api.symbol.prefix
Akim Demaille
-
2020/04/06
java: also emit documenting comments for symbol kinds
Akim Demaille
-
2020/04/06
[PATCH 02/10] c: make the token kind definition nicer to read
Akim Demaille
-
2020/04/06
[PATCH 09/10] skeletons: beware not to use yyarg when it's null
Akim Demaille
-
2020/04/06
[PATCH 08/10] java: document new features
Akim Demaille
-
2020/04/06
[PATCH 10/10] todo: update
Akim Demaille
-
2020/04/06
[PATCH 03/10] c: make the symbol kind definition nicer to read
Akim Demaille
-
2020/04/06
[PATCH 00/10] Make recent feature better looking
Akim Demaille
-
2020/04/06
[PATCH 06/10] java: rename Lexer.yyreportSyntaxError as reportSyntaxError
Akim Demaille
-
2020/04/06
[PATCH 05/10] java: use getExpectedTokens, not yyexpectedTokens
Akim Demaille
-
2020/04/06
[PATCH 07/10] java: prefer null to YYSYMBOL_YYEMPTY
Akim Demaille
-
2020/04/06
[PATCH 04/10] java: style: fix coding style
Akim Demaille
-
2020/04/06
[PATCH 01/10] c: make the generated YYSTYPE nicer to read
Akim Demaille
-
2020/04/05
[PATCH 5/8] doc: refer to the token kind rather than the token type
Akim Demaille
-
2020/04/05
[PATCH 6/8] skeletons: use consistently "kind" instead of "type" in the code
Akim Demaille
-
2020/04/05
[PATCH 8/8] regen
Akim Demaille
-
2020/04/05
[PATCH 2/8] d, java: rename SymbolType as SymbolKind
Akim Demaille
-
2020/04/05
[PATCH 1/8] c, c++: rename yysymbol_type_t as yysymbol_kind_t
Akim Demaille
-
2020/04/05
[PATCH 7/8] bison: use consistently "token kind", not "token type"
Akim Demaille
-
2020/04/05
[PATCH 3/8] m4: rename b4_symbol_sid as b4_symbol_kind
Akim Demaille
-
2020/04/05
[PATCH 4/8] m4: we don't need undef_token_number
Akim Demaille
-
2020/04/05
[PATCH 0/8] Rename token/symbol type as token/symbol kind
Akim Demaille
-
2020/04/05
doc: remove obsolete release instructions
Akim Demaille
-
2020/04/05
Merge branch 'maint' into master
Akim Demaille
-
2020/04/05
Re: RFC: renaming the symbol "types" as "kinds"
Paul Eggert
-
2020/04/05
Bison 3.5.4 released
Akim Demaille
-
2020/04/05
maint: examples: reccalc: really compile cleanly in C99
Akim Demaille
-
2020/04/05
news: update the yyreport_syntax_error example
Akim Demaille
-
2020/04/04
todo: update
Akim Demaille
-
2020/04/04
style: rename yysyntax_error_arguments as yy_syntax_error_arguments
Akim Demaille
-
2020/04/04
c: rename yyparse_context_t as yypcontext_t
Akim Demaille
-
2020/04/04
readme: more about the coding style
Akim Demaille
-
2020/04/04
Re: RFC: help me with Java enums please
Akim Demaille
-
2020/04/04
Re: RFC: renaming the symbol "types" as "kinds"
Akim Demaille
-
2020/04/04
Re: RFC: renaming the symbol "types" as "kinds"
Paul Eggert
-
2020/04/04
Re: RFC: help me with Java enums please
Paul Eggert
-
2020/04/04
examples: java: use explicit token identifiers
Akim Demaille
-
2020/04/04
Re: RFC: help me with Java enums please
Akim Demaille
-
2020/04/04
maint: news: announce that Bison 3.6 drops YYERROR_VERBOSE
Akim Demaille
-
2020/04/04
RFC: renaming the symbol "types" as "kinds"
Akim Demaille
-
2020/04/04
d: use the SymbolType enum for symbol kinds
Akim Demaille
-
2020/04/04
RFC: help me with Java enums please
Akim Demaille
-
2020/04/03
maint: java: check and fix support for api.token.raw
Akim Demaille
-
2020/04/03
maint: news: update for 3.5.4
Akim Demaille
-
2020/04/03
maint: java: style: prefer 'int[] foo' to 'int foo[]'
Akim Demaille
-
2020/04/03
maint: build: fix syntax-check issues
Akim Demaille
-
2020/04/01
maint: build: fix compatibility with old compilers
Akim Demaille
-
2020/04/01
maint: examples: reccalc: compile cleanly in C99
Akim Demaille
-
2020/03/31
[PATCH 12/21] yacc.c: revert to not using yysymbol_type_t in the yytranslate table
Akim Demaille
-
2020/03/31
[PATCH 17/21] glr.c, yacc.c: propagate yysymbol_type_t
Akim Demaille
-
2020/03/31
[PATCH 13/21] regen
Akim Demaille
-
2020/03/31
[PATCH 21/21] c++: replace symbol_number_type with symbol_type_type
Akim Demaille
-
2020/03/31
[PATCH 20/21] c++: also use symbol_type_type
Akim Demaille
-
2020/03/31
[PATCH 18/21] regen
Akim Demaille
-
2020/03/31
[PATCH 14/21] yacc.c: fix more errors from make maintainer-check-g++
Akim Demaille
-
2020/03/31
[PATCH 19/21] glr.c: remove the yySymbol alias
Akim Demaille
-
2020/03/31
[PATCH 02/21] yacc.c: introduce an enum that defines the symbol's number
Akim Demaille
-
2020/03/31
[PATCH 01/21] style: comment changes about token numbers
Akim Demaille
-
2020/03/31
[PATCH 16/21] glr.c: use yysymbol_type_t, YYSYMBOL_YYEOF etc.
Akim Demaille
-
2020/03/31
[PATCH 06/21] regen
Akim Demaille
-
2020/03/31
[PATCH 11/21] regen
Akim Demaille
-
2020/03/31
[PATCH 07/21] yacc.c: prefer YYSYMBOL_YYERROR to YYSYMBOL_error
Akim Demaille
-
2020/03/31
[PATCH 00/21] Use
Akim Demaille
-
2020/03/31
[PATCH 03/21] regen
Akim Demaille
-
2020/03/31
[PATCH 05/21] yacc.c: also define a symbol number for the empty token
Akim Demaille
-
2020/03/31
[PATCH 08/21] regen
Akim Demaille
-
2020/03/31
[PATCH 10/21] yysymbol_type_t: always assign an enumerator
Akim Demaille
-
2020/03/31
[PATCH 09/21] bistromathic: use symbol numbers instead of YYTRANSLATE
Akim Demaille
-
2020/03/31
[PATCH 15/21] regen
Akim Demaille
-
2020/03/31
[PATCH 04/21] yacc.c: use yysymbol_type_t instead of int for yytoken
Akim Demaille
-
2020/03/31
tests: recheck: work properly when the test suite was interrupted
Akim Demaille
-
2020/03/29
java: move away from _ for internationalization
Akim Demaille
-
2020/03/28
[PATCH 9/9] bistromathic: use symbol numbers instead of YYTRANSLATE
Akim Demaille
-
2020/03/28
[PATCH 6/9] regen
Akim Demaille
-
2020/03/28
[PATCH 8/9] regen
Akim Demaille
-
2020/03/28
[PATCH 0/9] Introduce and use yysymbol_code_t
Akim Demaille
-
2020/03/28
[PATCH 5/9] yacc.c: also define a symbol number for the empty token
Akim Demaille
-
2020/03/28
[PATCH 4/9] yacc.c: use yysymbol_code_t instead of int for yytoken
Akim Demaille
-
2020/03/28
[PATCH 7/9] yacc.c: prefer YYSYMBOL_YYERROR to YYSYMBOL_error
Akim Demaille
-
2020/03/28
[PATCH 3/9] regen
Akim Demaille
-
2020/03/28
[PATCH 1/9] style: comment changes about token numbers
Akim Demaille
-
2020/03/28
[PATCH 2/9] yacc.c: introduce an enum that defines the symbol's number
Akim Demaille
-
2020/03/28
Re: c: use YYNOMEM instead of -2
Akim Demaille
-
2020/03/28
Re: [PATCH 0/7] Deprecate yysyntax_error_arguments
Akim Demaille
-
2020/03/28
skeletons: fix incorrect type for translatable tokens
Akim Demaille
-
2020/03/26
Re: [PATCH 0/7] Deprecate yysyntax_error_arguments
Akim Demaille
-
2020/03/26
Re: [PATCH 0/7] Deprecate yysyntax_error_arguments
Akim Demaille
-
2020/03/22
[PATCH 2/6] bench: use a C++-11 compiler
Akim Demaille
-
2020/03/22
[PATCH 6/6] bench: calc: no need for super long inputs
Akim Demaille
-
2020/03/22
[PATCH 3/6] bench: use the same prefix in both bench methods
Akim Demaille
-
2020/03/22
[PATCH 4/6] bench: add a "latest" symlink
Akim Demaille
-
2020/03/22
[PATCH 0/6] Bench: improvements
Akim Demaille
-
2020/03/22
[PATCH 5/6] bench: calc: work on a string instead of a file
Akim Demaille
-
2020/03/22
[PATCH 1/6] bench: create a README file with benches
Akim Demaille
-
2020/03/21
[PATCH 1/4] bench: die clearly on incorrect --grammar arguments
Akim Demaille
-
2020/03/21
[PATCH 0/4] bench: add support for Google Benchmark
Akim Demaille
-
2020/03/21
[PATCH 4/4] bench: calc: add support for google benchmark
Akim Demaille
-
2020/03/21
[PATCH 2/4] bench: simplify the calc grammar
Akim Demaille
-
2020/03/21
[PATCH 3/4] bench: better error messages on invalid input
Akim Demaille
-
2020/03/21
[PATCH 0/7] Deprecate yysyntax_error_arguments
Akim Demaille
-
2020/03/21
[PATCH 5/7] tests: yacc.c: avoid yysyntax_error_arguments
Akim Demaille
-
2020/03/21
[PATCH 3/7] yacc.c: use negative numbers for errors in auxiliary functions
Akim Demaille
-
2020/03/21
[PATCH 6/7] bison: avoid using yysyntax_error_arguments
Akim Demaille
-
2020/03/21
[PATCH 1/7] doc: c++: promote api.token.raw
Akim Demaille
-
2020/03/21
[PATCH 7/7] lalr1.cc: avoid using yysyntax_error_arguments
Akim Demaille
-
2020/03/21
[PATCH 4/7] examples: don't use yysyntax_error_arguments
Akim Demaille
-
2020/03/21
[PATCH 2/7] style: reduce length of private constant
Akim Demaille
-
2020/03/17
yacc.c: style: prefer switch to if
Akim Demaille
-
2020/03/17
Re: Proposed interface changes for "parse.error custom"
Akim Demaille
-
2020/03/11
Re: Proposed interface changes for "parse.error custom"
Akim Demaille
-
2020/03/10
Re: Proposed interface changes for "parse.error custom"
Akim Demaille
-
2020/03/10
Re: glr.cc (was: Proposed interface changes for "parse.error custom")
Akim Demaille
-
2020/03/10
Re: Proposed interface changes for "parse.error custom"
Adrian Vogelsgesang
-
2020/03/08
Re: Proposed interface changes for "parse.error custom"
Akim Demaille
-
2020/03/07
maint: yacc.c: make sure we properly propagated the user's number for error
Akim Demaille
-
2020/03/07
maint: diagnostics: beware of zero-width characters
Akim Demaille
-
2020/03/07
maint: style: initialize some struct members
Akim Demaille
-
2020/03/07
maint: diagnostics: be sure to close the styling when lines are too short
Akim Demaille
-
2020/03/05
maint: cherry pick from master
Akim Demaille
-
2020/03/05
yacc.c: yyerror_range does not need to be preserved accross calls
Akim Demaille
-
2020/03/05
yacc.c: simplify yyparse_context_t member names
Akim Demaille
-
2020/03/03
[PATCH 6/6] yacc.c: push: undefine the pstate macros for the epilogue
Akim Demaille
-
2020/03/03
[PATCH 4/6] style: formatting changes
Akim Demaille
-
2020/03/03
[PATCH 3/6] bistromathic: properly compute the lcp, as expected by readline
Akim Demaille
-
2020/03/03
[PATCH 5/6] yacc.c: push: initialize the pstate variables in pstate_new
Akim Demaille
-
2020/03/03
[PATCH 0/6] Address some limitations in the bistro example
Akim Demaille
-
2020/03/03
[PATCH 2/6] bistromathic: don't require spaces after operators for completion
Akim Demaille
-
2020/03/03
[PATCH 1/6] bistromathic: check completion
Akim Demaille
-
2020/03/01
[PATCH 3/3] m4: remove b4_function_define and b4_function_declare
Akim Demaille
-
2020/03/01
[PATCH 0/3] Decommission macros for K&R C
Akim Demaille
-
2020/03/01
[PATCH 2/3] m4: decommission b4_function_declare
Akim Demaille
-
2020/03/01
[PATCH 1/3] m4: decommission function generating macro
Akim Demaille
-
2020/03/01
[PATCH 5/6] examples: use consistently the GFDL header for readmes
Akim Demaille
-
2020/03/01
[PATCH 4/6] gnulib: use readline
Akim Demaille
-
2020/03/01
[PATCH 6/6] examples: bistromathic: demonstrate use of yyexpected_tokens
Akim Demaille
-
2020/03/01
[PATCH 0/6] RFC: examples: demonstrate yyexpected_tokens
Akim Demaille
-
2020/03/01
[PATCH 1/6] examples: lexcalc: demonstrate location tracking
Akim Demaille
-
2020/03/01
[PATCH 3/6] examples: bistromathic: don't use Flex
Akim Demaille
-
2020/03/01
[PATCH 2/6] examples: bistromathic: strengthen tests
Akim Demaille
-
2020/02/27
[PATCH 5/7] c++: add support for parse.error=custom
Akim Demaille
-
2020/02/27
[PATCH 1/7] typo: succesful -> successful
Akim Demaille