summaryrefslogtreecommitdiff
path: root/tests/local.at
Commit message (Expand)AuthorAgeFilesLines
* package: bump copyrights to 2022Paul Eggert2022-01-151-1/+1
* tests: Apple clang issues warning on C++11 featuresAkim Demaille2021-09-251-1/+7
* c++: demonstrate custom error messages in the examplesAkim Demaille2021-09-121-5/+2
* c++: avoid using the obsolete namesAkim Demaille2021-09-121-1/+1
* yacc: declare yyerror/yylex only when POSIXLY_CORRECTAkim Demaille2021-09-111-3/+3
* glr2.cc: require C++11Akim Demaille2021-08-191-1/+3
* build: check for C++ 20 and 2bAkim Demaille2021-08-121-2/+4
* yacc: comply with recent POSIX updates: declare yyerror and yylexAkim Demaille2021-08-091-2/+6
* d: prepare to be able to run LAC testsAkim Demaille2021-08-071-0/+20
* tests: factor iterating over skeletonsAkim Demaille2021-08-071-0/+9
* 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-061-4/+4
* d: add api.value.type union supportAkim Demaille2021-03-261-0/+2
* m4: provide macros for api.value.type=unionAkim Demaille2021-01-311-0/+3
* Update URLs to prefer https: to http:Paul Eggert2021-01-291-2/+2
* d: tests: avoid mixing output from reportSyntaxError and getExpectedTokensAdela Vais2021-01-241-5/+9
* package: bump copyrights to 2021Akim Demaille2021-01-161-1/+1
* tests: fix definition for parser class nameAkim Demaille2021-01-101-8/+8
* style: YYUSE is private, make it YY_USEAkim Demaille2021-01-031-10/+10
* glr2.cc: run the glr-regression testsAkim Demaille2020-12-061-0/+3
* tests: factor the access to token kindsAkim Demaille2020-12-051-0/+6
* tests: formatting changesAkim Demaille2020-12-051-8/+8
* d: change the name of the custom error message function to reportSyntaxErrorAdela Vais2020-11-181-1/+1
* Merge branch 'maint'Akim Demaille2020-11-131-1/+1
|\
| * lalr1.cc: YY_ASSERT should use api.prefixAkim Demaille2020-11-131-1/+1
* | d: add the custom error message featureAdela Vais2020-11-071-2/+42
* | java: lac: a stronger test for the exploratory stackAkim Demaille2020-11-061-13/+10
* | java: lac: check itAkim Demaille2020-11-031-7/+8
* | multistart: start more thorough testingAkim Demaille2020-09-281-0/+14
* | tests: style: reorder the calculator test macrosAkim Demaille2020-09-271-0/+5
* | deprecate %defines in favor of %headerAkim Demaille2020-09-191-3/+3
* | options: rename --defines as --headerAkim Demaille2020-09-191-2/+2
* | glr2.cc: fork glr.cc to a c++ versionValentin Tolmer2020-08-301-1/+1
|/
* c: always use YYMALLOC/YYFREEAkim Demaille2020-08-301-0/+1
* diagnostics: use hyperlinks to point to the only documentationAkim Demaille2020-07-191-1/+1
* reports: let xml reports catch up with --report and --graphAkim Demaille2020-07-111-2/+7
* cex: also include in the report on --report=counterexamplesAkim Demaille2020-06-161-1/+1
* cex: tests: be robust to variations in time limit reportsAkim Demaille2020-05-221-1/+1
* c++: make parser::symbol_name publicAkim Demaille2020-05-101-1/+1
* tests: beware of portability issues with diff -uAkim Demaille2020-05-041-0/+10
* tests: beware of portability issues with wcAkim Demaille2020-04-191-1/+1
* doc: spell checkAkim Demaille2020-04-131-1/+1
* doc: java: SymbolKind, etc.Akim Demaille2020-04-131-18/+16
* doc: c++: document parser::contextAkim Demaille2020-04-131-2/+2
* c: rename yyexpected_tokens as yypcontext_expected_tokensAkim Demaille2020-04-121-1/+1
* c++: remove the yy prefix from some functionsAkim Demaille2020-04-121-2/+2
* c++: improvements on symbol kindsAkim Demaille2020-04-101-1/+1
* java: prefer null to YYSYMBOL_YYEMPTYAkim Demaille2020-04-061-1/+1
* java: rename Lexer.yyreportSyntaxError as reportSyntaxErrorAkim Demaille2020-04-061-1/+1
* java: use getExpectedTokens, not yyexpectedTokensAkim Demaille2020-04-061-1/+1