summaryrefslogtreecommitdiff
path: root/data
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Akim Demaille2020-05-171-1/+5
|\
| * fix: do not emit nested commentsAkim Demaille2020-05-171-1/+5
* | c: more fixes for _NoreturnAkim Demaille2020-05-171-2/+3
* | c: restore definition of _Noreturn as [[noreturn]] in C++Akim Demaille2020-05-161-9/+6
* | Merge branch maintAkim Demaille2020-05-103-93/+123
|\ \ | |/
| * c++: style: reorder generated codeAkim Demaille2020-05-101-78/+79
| * c++: provide yy::parser::symbol_type::nameAkim Demaille2020-05-102-3/+25
| * c++: make parser::symbol_name publicAkim Demaille2020-05-101-13/+20
| * yacc.c: restore ansi-c compatibilityAkim Demaille2020-05-091-1/+1
* | don't use stdnoreturnAkim Demaille2020-05-101-3/+13
|/
* all: fix the interface of yyexpected_tokensAkim Demaille2020-05-064-0/+8
* glr.c: beware of portability issues with PTRDIFF_MAXAkim Demaille2020-05-043-95/+101
* c++: be compatible with the pre-3.6 way to get a symbol's kindAkim Demaille2020-05-031-4/+13
* java: demonstrate push parsersAkim Demaille2020-05-031-24/+19
* c++: provide backward compatibility on by_typeAkim Demaille2020-05-031-0/+3
* yacc.c: improve formatting of the generated codeAkim Demaille2020-05-021-3/+4
* java: fix coding styleAkim Demaille2020-05-021-19/+19
* java: add missing i18n requestsAkim Demaille2020-05-011-2/+2
* java: style: fix coding style of yyerror/reportSyntaxErrorAkim Demaille2020-05-011-36/+31
* java: avoid useless workAkim Demaille2020-05-011-18/+19
* java: comment changesAkim Demaille2020-05-011-7/+10
* c++: use modern idioms to make classes non-copyableAkim Demaille2020-05-013-5/+36
* 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
* style: c++: s/type/kind/ where appropriateAkim Demaille2020-04-282-27/+27
* java: clean up the definition of token kindsAkim Demaille2020-04-282-4/+9
* error: rename the error token from YYERRCODE to YYerrorAkim Demaille2020-04-284-7/+7
* all: don't emit an error message when the scanner returns YYERRCODEAkim Demaille2020-04-265-76/+106
* c: don't emit an error message when the scanner returns YYERRCODEAkim Demaille2020-04-262-0/+21
* c++: make valid to print the empty symbolAkim Demaille2020-04-261-13/+11
* c++: always define symbol_nameAkim Demaille2020-04-261-31/+53
* c++: fix a few style issuesAkim Demaille2020-04-262-10/+10
* all: prefer YYERRCODE to YYERRORAkim Demaille2020-04-267-23/+23
* style: glr.c: clarifyAkim Demaille2020-04-261-4/+5
* style: prefer b4_has_translations_ifAkim Demaille2020-04-262-2/+2
* style: glr.c: fix indentation issueAkim Demaille2020-04-261-1/+2
* style: fix a few remaining 'type' instead of 'kind'Akim Demaille2020-04-263-7/+7
* skeletons: make the warning about implementation details clearerAkim Demaille2020-04-264-4/+6
* style: c: fix a few minor issues about indentation of cpp directivesAkim Demaille2020-04-252-16/+16
* style: clarify #endifAkim Demaille2020-04-251-1/+1
* style: minor fixesAkim Demaille2020-04-251-1/+1
* c, c++: provide a default definition for N_Akim Demaille2020-04-205-1/+17
* style: fix commentsAkim Demaille2020-04-193-3/+3
* c++: give public access to the symbol kindAkim Demaille2020-04-183-32/+42
* doc: token_kind_type in C++Akim Demaille2020-04-171-1/+3
* skeletons: use symbol(-2, kind)Akim Demaille2020-04-164-12/+12
* style: comments changes about error handlingAkim Demaille2020-04-165-25/+29
* doc: spell checkAkim Demaille2020-04-132-2/+2
* java: promote YYEOF rather that Lexer.EOFAkim Demaille2020-04-131-5/+5
* java: fix namesAkim Demaille2020-04-131-6/+6