summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: fix incorrect test caseAkim Demaille2021-08-121-2/+2
* build: check for C++ 20 and 2bAkim Demaille2021-08-122-3/+6
* tests: remove obsolete checksAkim Demaille2021-08-121-26/+0
* tests: be robust to old versions of xlstprocAkim Demaille2021-08-122-3/+17
* glr.c: fix signature when using custom error messagesAkim Demaille2021-08-111-0/+2
* tests: check symbol/token renumberingAkim Demaille2021-08-111-1/+297
* yacc: comply with recent POSIX updates: declare yyerror and yylexAkim Demaille2021-08-093-4/+9
* d: prepare to be able to run LAC testsAkim Demaille2021-08-072-1/+29
* tests: factor iterating over skeletonsAkim Demaille2021-08-073-5/+13
* m4: catch suspicions of unevaluated macrosAkim Demaille2021-08-071-19/+18
* tests: extract AT_LOCATION_PRINT_DECLARE and AT_LOCATION_PRINT_DEFINEAkim Demaille2021-08-061-19/+31
* tests: rename AT_YACC_IF as AT_YACC_C_IFAkim Demaille2021-08-064-7/+7
* style: tests: rebox commentsAkim Demaille2021-08-041-31/+31
* scan: fix typo in UTF-8 escapeAkim Demaille2021-08-031-23/+28
* d: add push parser supportAdela Vais2021-04-111-1/+3
* d: add token constructors supportAdela Vais2021-03-261-16/+26
* d: add api.value.type union supportAkim Demaille2021-03-262-5/+8
* Merge 3.7.6 into masterAkim Demaille2021-03-101-2/+125
|\
| * yacc: fix push parserAkim Demaille2021-03-071-2/+125
| * Update URLs to prefer https: to http:Paul Eggert2021-01-3031-62/+62
| * package: bump copyrights to 2021Akim Demaille2021-01-2332-32/+32
| * %merge: associate it to its first definition, not the latestAkim Demaille2021-01-231-3/+3
| * %merge: clearer tests on diagnosticsAkim Demaille2021-01-231-1/+9
| * style: YYUSE is private, make it YY_USEAkim Demaille2021-01-234-11/+11
| * 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