summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: beware of sed portability issuesAkim Demaille2020-08-301-2/+2
* c: always use YYMALLOC/YYFREEAkim Demaille2020-08-302-0/+7
* 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
* tests: fixesAkim Demaille2020-07-231-2/+2
* cex: make "rerun with '-Wcex'" a note instead of a warningAkim Demaille2020-07-216-39/+48
* cex: label all the derivations by their initial actionAkim Demaille2020-07-204-126/+126
* cex: improve readability of the subsectionsAkim Demaille2020-07-204-70/+70
* cex: don't issue an empty line between counterexamplesAkim Demaille2020-07-203-65/+0
* cex: use usual routines for diagnostics about S/R conflictsAkim Demaille2020-07-204-51/+51
* cex: use usual routines for diagnostics about R/R conflictsAkim Demaille2020-07-204-26/+26
* diagnostics: use hyperlinks to point to the only documentationAkim Demaille2020-07-192-3/+3
* cex: display derivations as treesAkim Demaille2020-07-184-50/+685
* cex: simplify testsAkim Demaille2020-07-151-34/+20
* cex: display shifts before reductionsAkim Demaille2020-07-144-92/+92
* style: s/lookahead_tokens/lookaheads/gAkim Demaille2020-07-141-4/+4
* tests: beware of version numbers from git describeAkim Demaille2020-07-141-2/+2
* tests: fix expectationsAkim Demaille2020-07-141-4/+2
* cex: prefer → to ::=Akim Demaille2020-07-114-100/+102
* html: capitalize titlesAkim Demaille2020-07-111-29/+29
* html: don't define several times the same anchorsAkim Demaille2020-07-111-19/+19
* reports: let html reports catch up with --report and --graphAkim Demaille2020-07-111-6/+6
* reports: let xml reports catch up with --report and --graphAkim Demaille2020-07-112-26/+31
* reports: update html ouputAkim Demaille2020-07-111-50/+90
* tests: check htmlAkim Demaille2020-07-111-0/+564
* maint: make it easier to update expectationsAkim Demaille2020-07-111-0/+8
* dot: also use a dot in the outputAkim Demaille2020-07-032-99/+129
* tests: don't use $VERBOSEAkim Demaille2020-06-291-1/+1
* java: rename package as api.packageAkim Demaille2020-06-281-0/+10
* style: use 'nonterminal' consistentlyAkim Demaille2020-06-271-6/+6
* c++: by default, use const std::string for file namesAkim Demaille2020-06-272-14/+26
* doc: use dot/'•' rather than point/'.'Akim Demaille2020-06-231-84/+84
* cex: display all the S/R conflicts, not just one per (state, rule)Akim Demaille2020-06-234-0/+48
* cex: don't display twice unifying examples if there is no colorAkim Demaille2020-06-224-28/+48
* cex: fix reporting of null nonterminalsVincent Imbimbo2020-06-221-10/+10
* c++: get rid of global_tokens_and_yystypeAkim Demaille2020-06-163-8/+4
* cex: don't assume the terminal supports "•"Akim Demaille2020-06-164-171/+172
* cex: also include in the report on --report=counterexamplesAkim Demaille2020-06-163-2/+47
* cex: also include the counterexamples in the reportAkim Demaille2020-06-161-3/+60
* cex: indent the diagnostics to highlight the structureAkim Demaille2020-06-161-100/+100
* cex: don't report the itemsAkim Demaille2020-06-161-50/+0
* reports: the column width differs from the byte countAkim Demaille2020-06-131-11/+16
* reports: don't escape the labelsAkim Demaille2020-06-131-16/+16
* parser: keep string aliases as the user wrote itAkim Demaille2020-06-132-74/+74
* tests: check reports with conflicts and UTF-8Akim Demaille2020-06-131-0/+510
* style: prefer 'FOO ()' to 'FOO' for function-like macrosAkim Demaille2020-06-131-2/+2
* cex: suggest -Wcounterexamples when there are unexpected conflictsAkim Demaille2020-06-107-31/+70
* cex: rename -Wcounterexample as -Wcounterexamples, and support -WcexAkim Demaille2020-06-101-1/+1