summaryrefslogtreecommitdiff
path: root/tests/regression.at
Commit message (Expand)AuthorAgeFilesLines
* maint: don’t use \] in BREs and EREsPaul Eggert2022-07-311-4/+4
* package: bump copyrights to 2022Paul Eggert2022-01-151-1/+1
* tests: check symbol/token renumberingAkim Demaille2021-08-111-1/+297
* yacc: comply with recent POSIX updates: declare yyerror and yylexAkim Demaille2021-08-091-2/+2
* d: prepare to be able to run LAC testsAkim Demaille2021-08-071-1/+9
* tests: adjust to the removal of YYPRINTAkim Demaille2021-02-011-4/+0
* Update URLs to prefer https: to http:Paul Eggert2021-01-291-1/+1
* package: bump copyrights to 2021Akim Demaille2021-01-161-1/+1
* tables: avoid warnings and save bitsAkim Demaille2020-12-031-1/+1
* java: lac: a stronger test for the exploratory stackAkim Demaille2020-11-061-4/+21
* deprecate %defines in favor of %headerAkim Demaille2020-09-191-1/+1
* glr.cc, glr2.cc: don't publish compiler pragmasAkim Demaille2020-09-131-1/+2
* glr2.cc: fork glr.cc to a c++ versionValentin Tolmer2020-08-301-0/+1
* parser: keep string aliases as the user wrote itAkim Demaille2020-06-131-2/+2
* CI: add GCC 10 and Clang 10Akim Demaille2020-05-171-6/+17
* doc: spell checkAkim Demaille2020-04-131-1/+1
* doc: promote yytoken_kind_t, not yytokentypeAkim Demaille2020-04-121-2/+3
* skeletons: use "invalid token" instead of "$undefined"Akim Demaille2020-04-121-5/+5
* skeletons: use "end of file" instead of "$end"Akim Demaille2020-04-121-8/+9
* yacc.c: revert to not using yysymbol_type_t in the yytranslate tableAkim Demaille2020-04-011-1/+1
* yacc.c: also define a symbol number for the empty tokenAkim Demaille2020-04-011-1/+1
* diagnostics: modernize the display of submessagesVictor Morales Cayuela2020-02-151-1/+1
* traces: don't print the stack before the gotosAkim Demaille2020-02-051-1/+0
* traces: show the stack after reading a tokenAkim Demaille2020-02-051-0/+4
* traces: write the "Reading a token" alone on its lineAkim Demaille2020-02-041-3/+6
* tests: check that detailed error messages preserve UTF-8 charactersAkim Demaille2020-01-191-11/+4
* yacc.c: escape trigraphs in detailed parse.errorAkim Demaille2020-01-191-5/+16
* package: bump copyrights to 2020Akim Demaille2020-01-051-1/+1
* yacc: restructure and fix yysyntax_errorAkim Demaille2019-12-311-3/+17
* tests: refactor the handling of PerlAkim Demaille2019-10-131-6/+5
* tests: be really robust to Perl missingAkim Demaille2019-10-111-3/+3
* tests: add missing includesAkim Demaille2019-10-101-1/+3
* Prefer signed types for indexes in skeletonsPaul Eggert2019-10-021-8/+8
* diagnostics: fix use of complain_indentAkim Demaille2019-09-141-1/+1
* tests: check token redeclarationAkim Demaille2019-09-071-5/+4
* lalr1.cc: check LAC supportAkim Demaille2019-08-091-0/+2
* tests: prepare LAC tests for more languagesAkim Demaille2019-08-091-24/+19
* tests: prefer %emptyAkim Demaille2019-06-111-3/+3
* diagnostics: copy GCC9's formatAkim Demaille2019-04-231-4/+4
* tests: remove duplicatesAkim Demaille2019-03-131-52/+0
* tests: simplify AT_PARSER_CHECK usageAkim Demaille2019-02-211-11/+11
* report: clean up its formatAkim Demaille2019-02-091-29/+36
* diagnostics: prefer ^~~~ to ^^^^ to underline codeAkim Demaille2019-01-141-2/+2
* NEWS: updateAkim Demaille2019-01-121-2/+2
* tests: formatting changesAkim Demaille2019-01-121-0/+1
* package: bump copyrights to 2019Akim Demaille2019-01-051-1/+1
* symbols: clean up their parsingAkim Demaille2018-12-161-2/+2
* parser: improve location of string alias errorsAkim Demaille2018-11-291-32/+3
* diagnostics: complain about Bison directives when -WyaccAkim Demaille2018-11-291-1/+3
* tests: migrate from %error-verbose to %define parse.error verboseAkim Demaille2018-11-121-7/+7