summaryrefslogtreecommitdiff
path: root/data/skeletons/yacc.c
Commit message (Expand)AuthorAgeFilesLines
* yacc.c, lalr1.cc: fix warnings about yynerrsAkim Demaille2022-08-021-1/+1
* package: bump copyrights to 2022Paul Eggert2022-01-151-2/+2
* yacc: declare yyerror/yylex only when POSIXLY_CORRECTAkim Demaille2021-09-111-1/+1
* style: rename b4_lex as b4_yylexAkim Demaille2021-08-091-3/+3
* yacc: comply with recent POSIX updates: declare yyerror and yylexAkim Demaille2021-08-091-2/+27
* Merge 3.7.6 into masterAkim Demaille2021-03-101-5/+7
|\
| * yacc: fix push parserAkim Demaille2021-03-071-5/+7
| * Update URLs to prefer https: to http:Paul Eggert2021-01-301-1/+1
| * package: bump copyrights to 2021Akim Demaille2021-01-231-2/+2
* | c: rename YY_LOCATION_PRINT as YYLOCATION_PRINT and make it publicAkim Demaille2021-02-091-1/+1
* | yacc: remove support for YYPRINTAkim Demaille2021-02-011-9/+0
* | Update URLs to prefer https: to http:Paul Eggert2021-01-291-1/+1
* | package: bump copyrights to 2021Akim Demaille2021-01-161-2/+2
* | c: add support for YYNOMEMAkim Demaille2021-01-161-12/+11
* | yacc.c, glr.c: style: rename yyreturn and yyreturnlabAkim Demaille2021-01-161-7/+7
* | multistart: also use the api.prefix in the implementationAkim Demaille2020-11-211-1/+1
* | style: avoid explicit symbol numbersAkim Demaille2020-11-071-14/+14
* | symbols: stop dealing with YYEMPTY as b4_symbol(-2, ...)Akim Demaille2020-09-291-13/+13
* | multistart: start more thorough testingAkim Demaille2020-09-281-1/+2
* | multistart: also give access to yynerrsAkim Demaille2020-09-271-8/+18
* | yacc.c: also count calls to YYERROR in yynerrsAkim Demaille2020-09-271-0/+1
* | multistart: use b4_accept instead of action post-processingAkim Demaille2020-09-271-19/+51
* | multistart: equip yacc.cAkim Demaille2020-09-271-9/+56
* | options: rename --defines as --headerAkim Demaille2020-09-191-3/+3
|/
* c: always use YYMALLOC/YYFREEAkim Demaille2020-08-301-2/+2
* style: update commentsAkim Demaille2020-07-051-0/+4
* style: update comments in the skeletonsAkim Demaille2020-07-051-2/+3
* yacc.c: push: don't clear the parser state when accepting/rejectingAkim Demaille2020-06-291-24/+33
* yacc.c: simplify initialization of push parsersAkim Demaille2020-06-291-21/+13
* yacc.c: declare and initialize and the same timeAkim Demaille2020-06-291-28/+26
* yacc.c: style changes in push modeAkim Demaille2020-06-291-7/+8
* yacc.c: simplify yypull_parseAkim Demaille2020-06-291-19/+16
* api.header.include: document it, and fix its default valueAkim Demaille2020-06-091-1/+1
* Merge maint into HEADAkim Demaille2020-06-031-1/+1
|\
| * build: check -Wmissing-prototypesAkim Demaille2020-06-011-1/+1
* | bison: add command line option to map file prefixesJoshua Watt2020-05-241-2/+2
* | style: rename user_token_number as codeAkim Demaille2020-05-231-1/+1
|/
* yacc.c: restore ansi-c compatibilityAkim Demaille2020-05-091-1/+1
* all: fix the interface of yyexpected_tokensAkim Demaille2020-05-061-0/+2
* glr.c: beware of portability issues with PTRDIFF_MAXAkim Demaille2020-05-041-42/+2
* yacc.c: improve formatting of the generated codeAkim Demaille2020-05-021-3/+4
* yacc.c: avoid the use of a temporaryAkim Demaille2020-04-301-4/+2
* yacc.c: install backward compatibility for YYERRCODEAkim Demaille2020-04-281-0/+3
* all: don't emit an error message when the scanner returns YYERRCODEAkim Demaille2020-04-261-3/+2
* c: don't emit an error message when the scanner returns YYERRCODEAkim Demaille2020-04-261-0/+11
* all: prefer YYERRCODE to YYERRORAkim Demaille2020-04-261-4/+4
* style: prefer b4_has_translations_ifAkim Demaille2020-04-261-1/+1
* style: fix a few remaining 'type' instead of 'kind'Akim Demaille2020-04-261-3/+3
* skeletons: make the warning about implementation details clearerAkim Demaille2020-04-261-1/+1
* style: c: fix a few minor issues about indentation of cpp directivesAkim Demaille2020-04-251-6/+6