summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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