summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * cex: fix traces: fix display of disabled itemsAkim Demaille2021-01-231-1/+279
| * tables: avoid warnings and save bitsAkim Demaille2021-01-231-1/+1
* | graph: output foo.gv by default, instead of *.dotAkim Demaille2021-02-021-8/+8
* | tests: adjust to the removal of YYPRINTAkim Demaille2021-02-011-4/+0
* | c++: issue a compile-time warning when #define YYSTYPE is usedAkim Demaille2021-02-012-9/+12
* | m4: provide macros for api.value.type=unionAkim Demaille2021-01-311-0/+3
* | traces: display the Bison versionAkim Demaille2021-01-304-24/+24
* | tests: run the main test suite on "make check"Akim Demaille2021-01-301-1/+3
* | d: tests: various style fixesAdela Vais2021-01-302-39/+28
* | Update URLs to prefer https: to http:Paul Eggert2021-01-2932-65/+65
* | tests: provide check-examples and check-testsAkim Demaille2021-01-272-5/+7
* | d: tests: avoid mixing output from reportSyntaxError and getExpectedTokensAdela Vais2021-01-241-5/+9
* | package: bump copyrights to 2021Akim Demaille2021-01-1633-33/+33
* | cex: fix tracesAkim Demaille2021-01-161-1/+279
* | c: add support for YYNOMEMAkim Demaille2021-01-162-2/+10
* | tests: check YYACCEPT and YYABORTAkim Demaille2021-01-162-8/+43
* | glr2.cc: introduce the yytranslate_ member functionAkim Demaille2021-01-101-8/+19
* | glr2.cc: tests: simplifyAkim Demaille2021-01-101-4/+4
* | glr2.cc: rely on symbol kinds rather than token kindsAkim Demaille2021-01-101-67/+84
* | glr: examples: fix locationsAkim Demaille2021-01-101-19/+19
* | glr: tests: more macrosAkim Demaille2021-01-101-16/+20
* | glr: tests: formatting changesAkim Demaille2021-01-101-89/+112
* | tests: fix definition for parser class nameAkim Demaille2021-01-102-9/+9
* | tests: remove some redundant testsAkim Demaille2021-01-071-2/+0
* | d: remove support for parse.error verboseAdela Vais2021-01-071-9/+8
* | d: add support for %printerAkim Demaille2021-01-071-1/+1
* | d: add internationalisation supportAdela Vais2021-01-061-1/+18
* | glr: strengthen the testsAkim Demaille2021-01-051-22/+34
* | style: YYUSE is private, make it YY_USEAkim Demaille2021-01-034-19/+19
* | glr: consistently use the same wording in tracesAkim Demaille2021-01-031-1/+1
* | %merge: associate it to its first definition, not the latestAkim Demaille2020-12-311-3/+3
* | %merge: test support for api.value.type=unionAkim Demaille2020-12-313-14/+52
* | %merge: clearer tests on diagnosticsAkim Demaille2020-12-311-1/+9
* | style: rename semanticVal as valueAkim Demaille2020-12-263-8/+6
* | tests: don't require YYSTYPE/YYLTYPE to be defined in C++Akim Demaille2020-12-261-8/+8
* | d: remove unnecessary methods from the Lexer interfaceAdela Vais2020-12-213-20/+0
* | style: address syntax-check diagnosticsAkim Demaille2020-12-211-3/+7
* | d: create alias Position for YYPositionAdela Vais2020-12-211-2/+2
* | d: create alias Value for YYSemanticTypeAdela Vais2020-12-213-6/+6
* | d: create alias Location for YYLocationAdela Vais2020-12-211-1/+1
* | d: reduce verbosity for returning the location from yylex()Adela Vais2020-12-211-14/+14
* | d: create alias Symbol for YYParse.SymbolAdela Vais2020-12-213-28/+28
* | glr2.cc: fix GLR stack expansionAkim Demaille2020-12-201-1/+0
* | glr: tests: add support for the YYDEBUG envvarAkim Demaille2020-12-161-31/+132
* | glr2.cc: fix yycompressStackAkim Demaille2020-12-141-2/+0
* | glr2.cc: fix pointer arithmethicsAkim Demaille2020-12-141-1/+0
* | glr2.cc: run the glr-regression testsAkim Demaille2020-12-062-4/+46
* | glr.c: fix line numbers in logsAkim Demaille2020-12-061-1/+1
* | tests: glr: run the glr regression tests with glr.ccAkim Demaille2020-12-051-99/+171
* | tests: glr: prepare for more languagesAkim Demaille2020-12-051-174/+318