summaryrefslogtreecommitdiff
path: root/src/parse-gram.y
Commit message (Expand)AuthorAgeFilesLines
* maint: remove unnecessary casts before using gnulib functionsHEADmasterEdoardo Sanguineti2022-11-041-2/+2
* package: bump copyrights to 2022Paul Eggert2022-01-151-1/+1
* yacc: declare yyerror/yylex only when POSIXLY_CORRECTAkim Demaille2021-09-111-1/+1
* Update URLs to prefer https: to http:Paul Eggert2021-01-291-1/+1
* package: codespellAkim Demaille2021-01-161-1/+1
* package: bump copyrights to 2021Akim Demaille2021-01-161-1/+1
* glr2.cc: the example requires Bison 3.8Akim Demaille2020-12-311-1/+1
* style: rename grammar_start_symbols_set as grammar_start_symbols_addAkim Demaille2020-11-221-1/+1
* Merge branch 'maint'Akim Demaille2020-11-131-33/+2
|\
| * style: make conversion of version string to int publicAkim Demaille2020-11-111-48/+2
| * %require: accept version numbers with three parts ("3.7.4")Akim Demaille2020-11-111-16/+31
* | multistart: turn start symbols into rules on $acceptAkim Demaille2020-09-271-2/+2
* | parser: expose a list of symbolsAkim Demaille2020-09-271-10/+13
* | deprecate %defines in favor of %headerAkim Demaille2020-09-191-14/+21
* | options: rename --defines as --headerAkim Demaille2020-09-191-2/+2
|/
* style: fix comments and more debug traceAkim Demaille2020-08-071-2/+1
* portability: use CHAR_LITERAL instead of CHAR because MSVC defines CHARMaarten De Braekeleer2020-08-021-3/+3
* portability: use INT_LITERAL instead of INT because MSVC defines INTMaarten De Braekeleer2020-08-021-7/+7
* diagnostics: better location for type redeclarationsAkim Demaille2020-08-011-6/+6
* style: update commentsAkim Demaille2020-07-051-2/+2
* examples: include the generated headerAkim Demaille2020-07-051-3/+4
* parser: keep string aliases as the user wrote itAkim Demaille2020-06-131-30/+163
* style: rename user_token_number as codeAkim Demaille2020-05-231-3/+3
* c: rename yyexpected_tokens as yypcontext_expected_tokensAkim Demaille2020-04-121-1/+1
* skeletons: make the eof token translatable if i18n is enabledAkim Demaille2020-04-121-1/+0
* c, c++: rename yysymbol_type_t as yysymbol_kind_tAkim Demaille2020-04-051-2/+2
* c: rename yyparse_context_t as yypcontext_tAkim Demaille2020-04-041-3/+3
* yacc.c: also define a symbol number for the empty tokenAkim Demaille2020-04-011-1/+1
* yacc.c: use yysymbol_type_t instead of int for yytokenAkim Demaille2020-04-011-2/+2
* bison: avoid using yysyntax_error_argumentsAkim Demaille2020-03-281-9/+17
* yacc.c: use negative numbers for errors in auxiliary functionsAkim Demaille2020-03-231-2/+2
* style: reduce length of private constantAkim Demaille2020-03-231-4/+4
* diagnostics: modernize the display of submessagesVictor Morales Cayuela2020-02-151-7/+4
* bison: pretend to 3.6 alreadyAkim Demaille2020-01-261-3/+3
* diagnostics: modernize bison's syntax errorsAkim Demaille2020-01-231-47/+6
* diagnostics: report syntax errors in colorAkim Demaille2020-01-231-1/+60
* diagnostics: translate bison's own tokensAkim Demaille2020-01-231-39/+33
* parsers: support translatable token aliasesAkim Demaille2020-01-191-9/+17
* bison: use detailed error messagesAkim Demaille2020-01-191-1/+1
* package: bump copyrights to 2020Akim Demaille2020-01-051-1/+1
* parser: pretend we are Bison 3.5Akim Demaille2019-12-081-3/+3
* diagnostics: yacc reserves %type to nonterminalsAkim Demaille2019-11-171-7/+15
* parser: use grammar_file instead of current_fileAkim Demaille2019-10-261-6/+6
* build: reenable -Wtype-limitsAkim Demaille2019-10-241-0/+2
* parser: clarify version checkingAkim Demaille2019-10-201-21/+38
* bison: check version numbers more carefullyPaul Eggert2019-10-171-5/+7
* Use “least” types for integers in Yacc tablesPaul Eggert2019-10-071-5/+0
* Prefer signed to unsigned integersPaul Eggert2019-10-021-3/+3
* parser: use api.token.rawAkim Demaille2019-09-141-0/+1
* api.token.raw: cannot be used with character literalsAkim Demaille2019-09-141-3/+16