summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | d: create alias Value for YYSemanticTypeAdela Vais2020-12-213-6/+6
* | 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-213-28/+28
* | glr2.cc: fix GLR stack expansionAkim Demaille2020-12-201-1/+0
* | glr: tests: add support for the YYDEBUG envvarAkim Demaille2020-12-161-31/+132
* | glr2.cc: fix yycompressStackAkim Demaille2020-12-141-2/+0
* | glr2.cc: fix pointer arithmethicsAkim Demaille2020-12-141-1/+0
* | glr2.cc: run the glr-regression testsAkim Demaille2020-12-062-4/+46
* | glr.c: fix line numbers in logsAkim Demaille2020-12-061-1/+1
* | tests: glr: run the glr regression tests with glr.ccAkim Demaille2020-12-051-99/+171
* | tests: glr: prepare for more languagesAkim Demaille2020-12-051-174/+318
* | tests: glr: use AT_FULL_COMPILEAkim Demaille2020-12-051-56/+37
* | tests: glr: prefer directives to warningsAkim Demaille2020-12-051-95/+66
* | tests: factor the access to token kindsAkim Demaille2020-12-054-13/+16
* | tests: formatting changesAkim Demaille2020-12-052-10/+10
* | tables: avoid warnings and save bitsAkim Demaille2020-12-031-1/+1
* | multistart: check duplicatesAkim Demaille2020-11-302-1/+71
* | 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-203-28/+28
* | d: add support for lookahead correctionAdela Vais2020-11-181-0/+4
* | d: change the name of the custom error message function to reportSyntaxErrorAdela Vais2020-11-181-1/+1
* | Merge branch 'maint'Akim Demaille2020-11-132-10/+28
|\ \ | |/
| * lalr1.cc: YY_ASSERT should use api.prefixAkim Demaille2020-11-132-10/+28
| * tests: beware of sed portability issuesAkim Demaille2020-08-301-2/+2
* | style: enforce java coding styleAkim Demaille2020-11-101-12/+10
* | d: add the custom error message featureAdela Vais2020-11-072-10/+54
* | d: add yyerrokAdela Vais2020-11-071-1/+1
* | java: lac: a stronger test for the exploratory stackAkim Demaille2020-11-063-18/+32
* | java: lac: more tests, and some docAkim Demaille2020-11-041-26/+16
* | java: avoid Integer(String), use parseIntAkim Demaille2020-11-032-11/+11
* | java: lac: check itAkim Demaille2020-11-032-17/+26
* | style: java: more style fixesAkim Demaille2020-11-031-20/+20
* | report: put the dot after %empty in itemsAkim Demaille2020-10-073-28/+28
* | d: change api.token.raw default value to trueAdela Vais2020-10-032-1/+78
* | 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-282-50/+129
* | tests: style: reorder the calculator test macrosAkim Demaille2020-09-272-267/+282
* | tests: shorten the generated fileAkim Demaille2020-09-271-3/+3
* | multistart: also check the HTML reportAkim Demaille2020-09-271-0/+448
* | multistart: adjust computation of initial core and adjust reportsAkim Demaille2020-09-271-0/+1149
* | multistart: turn start symbols into rules on $acceptAkim Demaille2020-09-271-10/+56
* | d: change the return value of yylex from int to TokenKindAdela Vais2020-09-262-23/+116
* | d: support api.parser.extends and api.parser.implementsAdela Vais2020-09-243-0/+86
* | 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
* | add support for --htmlAkim Demaille2020-09-194-25/+20
* | deprecate %defines in favor of %headerAkim Demaille2020-09-1911-84/+110
* | options: rename --defines as --headerAkim Demaille2020-09-193-8/+11