summaryrefslogtreecommitdiff
path: root/data
Commit message (Expand)AuthorAgeFilesLines
* 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
* package: move skeletons into data/skeletonsAkim Demaille2018-12-2521-44/+47
* c++: style: use consistently this/that instead of this/otherAkim Demaille2018-12-242-20/+20
* c++: also provide a copy constructor for symbol_typeAkim Demaille2018-12-241-11/+33
* c++: fix double free when a symbol_type was movedAkim Demaille2018-12-241-3/+11
* c++: style: use consistently this/that instead of this/otherAkim Demaille2018-12-241-11/+11
* c++: style: rename a few macros for clarityAkim Demaille2018-12-223-23/+23
* c++: exhibit a safe symbol_typeAkim Demaille2018-12-222-37/+40
* c++: provide symbol constructors per typeAkim Demaille2018-12-221-2/+83
* c++: style changesAkim Demaille2018-12-222-27/+27
* style: use b4_token_visible_ifAkim Demaille2018-12-193-12/+16
* c++: fix token constructors for types with commasAkim Demaille2018-12-191-10/+31
* symbols: check the previous commitAkim Demaille2018-12-161-4/+5
* style: s/non-terminal/nonterminal/Akim Demaille2018-12-111-1/+1
* C++: support variadic emplaceAkim Demaille2018-12-101-11/+11