summaryrefslogtreecommitdiff
path: root/data
Commit message (Expand)AuthorAgeFilesLines
* traces: use colors for the semantic valuesAkim Demaille2019-04-273-4/+8
* api.location.type: support it in CAkim Demaille2019-04-252-4/+7
* yacc.c: minor style changeAkim Demaille2019-04-121-2/+2
* no-lines: avoid leaving an empty line instead of the synclineAkim Demaille2019-04-037-31/+34
* java: use full locations for diagnostics about destructorsAkim Demaille2019-04-033-13/+5
* java: prefer errors to fatal errorsAkim Demaille2019-04-031-2/+2
* yacc.c: don't suggest api.header.include when --defines is not usedAkim Demaille2019-03-241-2/+3
* diagnostics: use gnulib's libtextstyle-optionalAkim Demaille2019-03-241-3/+8
* warnings: don't use _Noreturn with G++ 4.7 in C++98 modeAkim Demaille2019-03-231-11/+15
* style: rename spec_defines_file as spec_header_fileAkim Demaille2019-03-174-18/+18
* yacc.c: provide a means to include the header in the implementationAkim Demaille2019-03-171-5/+23
* diagnostics: use libtextstyle for colored outputAkim Demaille2019-03-162-1/+5
* yacc.c: emit the header before the implementation fileAkim Demaille2019-03-161-8/+9
* simplify the generated #lineAkim Demaille2019-03-161-3/+14
* dlang: initial changes to run the calc tests on itAkim Demaille2019-02-262-2/+2
* d: formatting changesAkim Demaille2019-02-242-41/+53
* yacc: support parse.assertAkim Demaille2019-02-121-2/+11
* Merge branch maintAkim Demaille2019-02-032-25/+63
|\
| * gram: fix handling of nterms in actions when some are unusedAkim Demaille2019-02-032-25/+63
* | package: rename data/README as data/README.mdAkim Demaille2019-02-032-1/+1
|/
* c++: fix commentAkim Demaille2019-01-261-1/+1
* style: formatting changesAkim Demaille2019-01-262-2/+4
* c++: better "scope" a workaround for GCCAkim Demaille2019-01-201-0/+2
* c++: address -Wweak-vtables warningsAkim Demaille2019-01-203-1/+15
* glr.cc: be more alike lalr1.ccAkim Demaille2019-01-201-1/+5
* style: formatting changesAkim Demaille2019-01-201-1/+1
* NEWS: fixesAkim Demaille2019-01-201-1/+1
* c, c++: avoid implicit fall-throwAkim Demaille2019-01-153-3/+12
* c++: avoid -Wundefined-func-template warnings from clangAkim Demaille2019-01-151-35/+25
* c++: avoid warnings about extraneous semi-colonsAkim Demaille2019-01-141-1/+1
* c++: beware of -WshadowAkim Demaille2019-01-132-23/+22
* style: formatting clean upAkim Demaille2019-01-121-20/+20
* yacc.c: avoid negated ifAkim Demaille2019-01-051-5/+6
* package: bump copyrights to 2019Akim Demaille2019-01-0525-34/+38
* java/d: rename some %define variables for consistencyAkim Demaille2019-01-052-20/+20
* java/d: remove useless macrosAkim Demaille2019-01-054-64/+38
* glr.cc: fix the handling of syntax_error from the scannerAkim Demaille2019-01-052-10/+19
* rename parser_class_name as api.parser.classAkim Demaille2019-01-026-10/+10
* style: glr.c: prefer returning a value rather than passing pointersAkim Demaille2019-01-021-13/+10
* glr.cc: don't issue two error messages when syntax_error is thrownAkim Demaille2019-01-022-5/+12
* skeletons: shorten b4_parser_class_name to b4_parser_classAkim Demaille2019-01-028-99/+99
* glr.cc: remove duplicate definition of YYLLOC_DEFAULTAkim Demaille2019-01-021-7/+3
* style: remove stray empty linesAkim Demaille2019-01-023-7/+8
* glr.cc: support syntax_error exceptionsAkim Demaille2018-12-312-6/+47
* glr.c: factor the calls to yylexAkim Demaille2018-12-311-47/+31
* style: reduce scopes in glr.cAkim Demaille2018-12-311-18/+17
* c++: inline the implementation of syntax_error in its definitionAkim Demaille2018-12-301-7/+6
* parsers: fix minor stylistic issuesAkim Demaille2018-12-272-13/+4
* c++: variants: fuse declarations and definitionsAkim Demaille2018-12-263-151/+79
* c++: move stack<T> inside yy::parserAkim Demaille2018-12-262-122/+123