summaryrefslogtreecommitdiff
path: root/tests/regression.at
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: rename AT_SKEL_CC_IF/AT_SKEL_JAVA_IF as AT_CXX_IF/AT_JAVA_IFAkim Demaille2018-10-211-1/+1
* %printer: promote yyo rather than yyoutputAkim Demaille2018-10-201-1/+1
* Update copyright yearsAkim Demaille2018-05-121-1/+1
* package: bump to 2015Akim Demaille2015-01-041-1/+1
* package: bump to 2014Akim Demaille2014-02-031-1/+1
* parsers: rename YY_NULL as YY_NULLPTR to avoid conflicts with FlexAkim Demaille2013-11-081-1/+1
* diagnostics: use appropriate location for useless precedence/associativityAkim Demaille2013-04-221-4/+4
* report: use %empty to denote empty rulesAkim Demaille2013-02-181-3/+3
* tests: use %emptyAkim Demaille2013-02-181-4/+4
* diagnostics: no longer pretty-print rules in error messages, carets sufficeAkim Demaille2013-02-141-2/+2
* warnings: introduce -WprecedenceValentin Tolmer2013-01-301-5/+5
* grammar: record used associativity and print useless onesValentin Tolmer2013-01-301-1/+5