summaryrefslogtreecommitdiff
path: root/tests/actions.at
Commit message (Expand)AuthorAgeFilesLines
* package: bump copyrights to 2022Paul Eggert2022-01-151-1/+1
* tests: rename AT_YACC_IF as AT_YACC_C_IFAkim Demaille2021-08-061-1/+1
* c++: issue a compile-time warning when #define YYSTYPE is usedAkim Demaille2021-02-011-2/+2
* Update URLs to prefer https: to http:Paul Eggert2021-01-291-5/+5
* package: bump copyrights to 2021Akim Demaille2021-01-161-1/+1
* style: YYUSE is private, make it YY_USEAkim Demaille2021-01-031-4/+4
* tests: factor the access to token kindsAkim Demaille2020-12-051-4/+1
* deprecate %defines in favor of %headerAkim Demaille2020-09-191-6/+6
* glr2.cc: fork glr.cc to a c++ versionValentin Tolmer2020-08-301-2/+6
* c++: get rid of global_tokens_and_yystypeAkim Demaille2020-06-161-1/+0
* skeletons: use "invalid token" instead of "$undefined"Akim Demaille2020-04-121-3/+3
* skeletons: use "end of file" instead of "$end"Akim Demaille2020-04-121-6/+6
* tokens: properly define the YYEOF token kindAkim Demaille2020-04-121-0/+9
* diagnostics: modernize the display of submessagesVictor Morales Cayuela2020-02-151-2/+2
* traces: don't print the stack before the gotosAkim Demaille2020-02-051-5/+0
* traces: show the stack after reading a tokenAkim Demaille2020-02-051-0/+26
* traces: write the "Reading a token" alone on its lineAkim Demaille2020-02-041-20/+38
* package: bump copyrights to 2020Akim Demaille2020-01-051-1/+1
* warnings: enable -Wuseless-cast, and eliminate warningsAkim Demaille2019-12-061-2/+2
* yacc.c, glr.c: fix crash when reporting errors in consistent statesAkim Demaille2019-11-291-1/+1
* c++: fix old cast warningsAkim Demaille2019-11-021-4/+4
* tests: style changesAkim Demaille2019-10-101-17/+17
* tests: formatting changesAkim Demaille2019-10-101-2/+2
* tests: add missing includesAkim Demaille2019-10-101-0/+2
* diagnostics: also show suggested %emptyAkim Demaille2019-10-061-0/+3
* Prefer signed to unsigned integersPaul Eggert2019-10-021-1/+1
* diagnostics: %pure-parser is obsoleteAkim Demaille2019-05-191-1/+1
* fixits: be sure to preserve the action when adding %emptyAkim Demaille2019-05-031-0/+40
* tests: don't duplicate the portability prologueAkim Demaille2019-05-031-10/+2
* updates: insert/remove %emptyAkim Demaille2019-04-241-0/+3
* diagnostics: better rule locationsAkim Demaille2019-04-241-0/+2
* diagnostics: copy GCC9's formatAkim Demaille2019-04-231-28/+28
* style: formatting changesAkim Demaille2019-04-191-0/+4
* tests: simplify AT_PARSER_CHECK usageAkim Demaille2019-02-211-22/+22
* tests: dispatch per lang on AT_DATA_GRAMMARAkim Demaille2019-02-211-0/+4
* tests: run the printer/destructor test on glr.ccAkim Demaille2019-01-261-8/+10
* fixits: handle per-rule duplicatesAkim Demaille2019-01-171-0/+27
* diagnostics: properly indent the "previous declaration" messageAkim Demaille2019-01-161-1/+1
* diagnostics: prefer ^~~~ to ^^^^ to underline codeAkim Demaille2019-01-141-12/+12
* package: bump copyrights to 2019Akim Demaille2019-01-051-1/+1
* warning: avoid warnings about unreachable codeAkim Demaille2018-11-251-2/+4
* tests: migrate from %error-verbose to %define parse.error verboseAkim Demaille2018-11-121-1/+1
* tests: fix invocation of m4_mapAkim Demaille2018-10-261-2/+2
* tests: be strict about typesAkim Demaille2018-10-221-7/+7
* tests: refactorAkim Demaille2018-10-211-9/+3
* tests: rename AT_SKEL_CC_IF/AT_SKEL_JAVA_IF as AT_CXX_IF/AT_JAVA_IFAkim Demaille2018-10-211-7/+7
* style: use midrule only, not mid-ruleAkim Demaille2018-09-191-15/+15
* style: tests: remove useless reference to 'int' in integral typesAkim Demaille2018-08-141-2/+2
* tests: fix minor issuesAkim Demaille2018-08-121-19/+19
* tests: check typed mid-rule actionsAkim Demaille2018-08-111-0/+49