summaryrefslogtreecommitdiff
path: root/tests/calc.at
Commit message (Expand)AuthorAgeFilesLines
* package: bump copyrights to 2022Paul Eggert2022-01-151-1/+1
* glr2.cc: custom error messagesAkim Demaille2021-09-121-0/+5
* yacc: declare yyerror/yylex only when POSIXLY_CORRECTAkim Demaille2021-09-111-1/+13
* tests: grep -E is not portableAkim Demaille2021-08-191-1/+1
* tests: fix incorrect test caseAkim Demaille2021-08-121-2/+2
* glr.c: fix signature when using custom error messagesAkim Demaille2021-08-111-0/+2
* tests: rename AT_YACC_IF as AT_YACC_C_IFAkim Demaille2021-08-061-1/+1
* d: add push parser supportAdela Vais2021-04-111-1/+3
* d: add token constructors supportAdela Vais2021-03-261-16/+26
* d: add api.value.type union supportAkim Demaille2021-03-261-5/+6
* d: tests: various style fixesAdela Vais2021-01-301-30/+24
* Update URLs to prefer https: to http:Paul Eggert2021-01-291-1/+1
* package: bump copyrights to 2021Akim Demaille2021-01-161-1/+1
* c: add support for YYNOMEMAkim Demaille2021-01-161-2/+9
* tests: check YYACCEPT and YYABORTAkim Demaille2021-01-161-8/+35
* tests: remove some redundant testsAkim Demaille2021-01-071-2/+0
* d: remove support for parse.error verboseAdela Vais2021-01-071-9/+8
* d: add support for %printerAkim Demaille2021-01-071-1/+1
* d: add internationalisation supportAdela Vais2021-01-061-1/+18
* style: rename semanticVal as valueAkim Demaille2020-12-261-3/+3
* d: remove unnecessary methods from the Lexer interfaceAdela Vais2020-12-211-15/+0
* style: address syntax-check diagnosticsAkim Demaille2020-12-211-3/+7
* d: create alias Position for YYPositionAdela Vais2020-12-211-2/+2
* d: create alias Value for YYSemanticTypeAdela Vais2020-12-211-2/+2
* d: create alias Location for YYLocationAdela Vais2020-12-211-1/+1
* d: reduce verbosity for returning the location from yylex()Adela Vais2020-12-211-14/+14
* d: create alias Symbol for YYParse.SymbolAdela Vais2020-12-211-15/+15
* tests: factor the access to token kindsAkim Demaille2020-12-051-3/+3
* tests: formatting changesAkim Demaille2020-12-051-2/+2
* d: change YYLocation's type from class to structAdela Vais2020-11-201-15/+15
* d: change the return value of yylex from TokenKind to YYParser.SymbolAdela Vais2020-11-201-15/+15
* d: add support for lookahead correctionAdela Vais2020-11-181-0/+4
* d: add the custom error message featureAdela Vais2020-11-071-8/+12
* d: add yyerrokAdela Vais2020-11-071-1/+1
* java: avoid Integer(String), use parseIntAkim Demaille2020-11-031-7/+7
* java: lac: check itAkim Demaille2020-11-031-10/+18
* tests: remove useless prefix for EOF in DAkim Demaille2020-09-291-2/+2
* d: support api.symbol.prefix and api.token.prefixAdela Vais2020-09-281-15/+17
* multistart: start more thorough testingAkim Demaille2020-09-281-50/+115
* tests: style: reorder the calculator test macrosAkim Demaille2020-09-271-267/+277
* d: change the return value of yylex from int to TokenKindAdela Vais2020-09-261-22/+115
* glr2.cc: also run all the calculator testsAkim Demaille2020-09-211-1/+3
* tests: check the location of the right-hand side symbolsAkim Demaille2020-09-201-10/+41
* deprecate %defines in favor of %headerAkim Demaille2020-09-191-37/+38
* glr2.cc: fork glr.cc to a c++ versionValentin Tolmer2020-08-301-0/+1
* c: always use YYMALLOC/YYFREEAkim Demaille2020-08-301-0/+6
* c++: get rid of global_tokens_and_yystypeAkim Demaille2020-06-161-4/+3
* java: clean up the definition of token kindsAkim Demaille2020-04-281-1/+1
* error: rename the error token from YYERRCODE to YYerrorAkim Demaille2020-04-281-6/+6
* all: don't emit an error message when the scanner returns YYERRCODEAkim Demaille2020-04-261-0/+15