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