summaryrefslogtreecommitdiff
path: root/tests/input.at
Commit message (Expand)AuthorAgeFilesLines
* cex: check -Dcex.timeoutAkim Demaille2022-09-201-0/+36
* reader: reject rules on YYEOFAkim Demaille2022-09-101-0/+32
* package: bump copyrights to 2022Paul Eggert2022-01-151-1/+1
* tests: factor iterating over skeletonsAkim Demaille2021-08-071-4/+3
* m4: catch suspicions of unevaluated macrosAkim Demaille2021-08-071-19/+18
* scan: fix typo in UTF-8 escapeAkim Demaille2021-08-031-23/+28
* Update URLs to prefer https: to http:Paul Eggert2021-01-291-3/+3
* package: bump copyrights to 2021Akim Demaille2021-01-161-1/+1
* multistart: check duplicatesAkim Demaille2020-11-301-0/+69
* java: lac: more tests, and some docAkim Demaille2020-11-041-26/+16
* deprecate %defines in favor of %headerAkim Demaille2020-09-191-1/+3
* glr2.cc: fork glr.cc to a c++ versionValentin Tolmer2020-08-301-0/+1
* fix: unterminated \-escapeAkim Demaille2020-08-081-5/+93
* fix: crash when redefining the EOF tokenAkim Demaille2020-08-071-0/+31
* diagnostics: better location for type redeclarationsAkim Demaille2020-08-011-4/+4
* scanner: don't crash on strings containing a NUL byteAkim Demaille2020-07-281-10/+38
* cex: make "rerun with '-Wcex'" a note instead of a warningAkim Demaille2020-07-211-1/+0
* c++: by default, use const std::string for file namesAkim Demaille2020-06-271-0/+5
* style: prefer 'FOO ()' to 'FOO' for function-like macrosAkim Demaille2020-06-131-2/+2
* cex: suggest -Wcounterexamples when there are unexpected conflictsAkim Demaille2020-06-101-0/+1
* bison: add command line option to map file prefixesJoshua Watt2020-05-241-0/+28
* style: rename user_token_number as codeAkim Demaille2020-05-231-3/+3
* CI: add GCC 10 and Clang 10Akim Demaille2020-05-171-1/+13
* fix: do not emit nested commentsAkim Demaille2020-05-171-0/+5
* error: rename the error token from YYERRCODE to YYerrorAkim Demaille2020-04-281-3/+3
* dogfooding: use YYERRCODE in our scannerAkim Demaille2020-04-271-1/+0
* scanner: avoid spurious errors about empty character literalsAkim Demaille2020-04-271-10/+0
* scanner: bad character literals are errorsAkim Demaille2020-04-271-19/+19
* all: prefer YYERRCODE to YYERRORAkim Demaille2020-04-261-1/+1
* skeletons: clarify the tag of special tokensAkim Demaille2020-04-121-2/+2
* diagnostics: replace "user token number" by "token code"Akim Demaille2020-04-121-9/+9
* tokens: properly define the YYEOF token kindAkim Demaille2020-04-121-1/+2
* tokens: define the "$undefined" token kindAkim Demaille2020-04-121-1/+2
* tokens: properly define the "error" token kindAkim Demaille2020-04-121-10/+24
* merge branch 'maint'Akim Demaille2020-03-081-1/+69
|\
| * yacc.c: make sure we properly propagated the user's number for errorAkim Demaille2020-03-081-0/+15
| * diagnostics: don't crash because of repeated definitions of errorAkim Demaille2020-03-081-0/+31
| * muscles: fix incorrect decoding of $Akim Demaille2020-03-071-0/+19
| * code: be robust to reference with invalid tagsAkim Demaille2020-03-061-1/+4
| * larlr1.cc: Reject unsupported values for parse.lacAdrian Vogelsgesang2020-01-211-2/+21
| * package: bump copyrights to 2020Akim Demaille2020-01-101-1/+1
* | diagnostics: modernize the display of submessagesVictor Morales Cayuela2020-02-151-53/+53
* | parse.error: document and diagnose the incompatibility with %token-tableAkim Demaille2020-02-101-0/+28
* | diagnostics: modernize bison's syntax errorsAkim Demaille2020-01-231-9/+9
* | diagnostics: translate bison's own tokensAkim Demaille2020-01-231-2/+2
* | larlr1.cc: Reject unsupported values for parse.lacAdrian Vogelsgesang2020-01-211-2/+21
* | package: bump copyrights to 2020Akim Demaille2020-01-051-1/+1
|/
* diagnostics: complain about undeclared string tokensAkim Demaille2019-11-171-0/+25
* diagnostics: yacc reserves %type to nonterminalsAkim Demaille2019-11-171-0/+49
* bison: check for int overflow when scanningPaul Eggert2019-10-171-0/+2