Files
bison/src
Akim Demaille b8c5e5609f cex: label all the derivations by their initial action
From

    input.y: warning: reduce/reduce conflict on token $end [-Wcounterexamples]
      Example: A b .
      First derivation
        a
        `-> A b .
      Second derivation
        a
        `-> A b
              `-> b .

to

    input.y: warning: reduce/reduce conflict on token $end [-Wcounterexamples]
      Example: A b .
      First reduce derivation
        a
        `-> A b .
      Second reduce derivation
        a
        `-> A b
              `-> b .

* src/counterexample.c (print_counterexample): here.
Compute the width of the labels to properly align the values.
* tests/conflicts.at, tests/counterexample.at, tests/diagnostics.at,
* tests/report.at: Adjust.
2020-07-20 07:36:38 +02:00
..
2020-06-01 18:52:22 +02:00
2020-01-10 19:16:23 +01:00
2020-01-10 19:16:23 +01:00
2020-07-14 06:48:48 +02:00
2020-01-10 19:16:23 +01:00
2020-06-07 09:18:58 +02:00
2020-06-07 09:18:58 +02:00
2020-06-01 18:52:22 +02:00
2020-01-10 19:16:23 +01:00
2020-07-19 17:09:01 +02:00
2020-07-19 17:09:01 +02:00
2020-07-16 07:31:25 +02:00
2020-07-16 07:31:25 +02:00
2020-06-13 16:58:13 +02:00
2020-04-29 08:47:04 +02:00
2020-07-14 06:48:48 +02:00
2020-01-10 19:16:23 +01:00
2020-07-14 06:48:48 +02:00
2020-01-10 19:16:23 +01:00
2020-03-08 10:13:16 +01:00
2020-03-08 10:13:16 +01:00
2020-06-27 11:39:32 +02:00
2020-03-06 08:30:21 +01:00
2020-07-14 06:48:48 +02:00
2020-07-14 06:48:48 +02:00
2020-01-10 19:16:23 +01:00
2020-01-10 19:16:23 +01:00
2020-01-10 19:16:23 +01:00
2020-01-10 19:16:23 +01:00
2020-06-27 17:31:59 +02:00
2020-01-10 19:16:23 +01:00
2020-07-05 08:18:51 +02:00
2020-07-05 09:59:45 +02:00
2020-07-14 06:48:48 +02:00
2020-01-10 19:16:23 +01:00
2020-07-14 14:26:02 +02:00
2020-06-01 18:52:22 +02:00
2020-07-14 14:26:02 +02:00
2020-01-10 19:16:23 +01:00
2020-07-05 09:59:45 +02:00
2020-03-06 08:30:21 +01:00
2020-06-27 17:31:59 +02:00
2020-06-27 11:39:32 +02:00
2020-01-10 19:16:23 +01:00
2020-01-10 19:16:23 +01:00
2020-01-10 19:16:23 +01:00
2020-06-27 08:16:07 +02:00
2008-11-15 10:47:15 +01:00
2020-07-05 09:59:45 +02:00
2008-11-15 10:47:15 +01:00
2020-01-10 19:16:23 +01:00
2008-11-15 10:47:15 +01:00
2020-01-10 19:16:23 +01:00
2020-07-14 06:48:48 +02:00
2020-07-14 06:48:48 +02:00
2020-07-14 06:48:48 +02:00
2020-01-10 19:16:23 +01:00
2020-01-10 19:16:23 +01:00
2020-06-27 17:31:59 +02:00
2020-06-27 17:31:59 +02:00
2020-06-13 16:58:13 +02:00
2020-01-10 19:16:23 +01:00
2020-05-22 08:45:43 +02:00
2020-01-10 19:16:23 +01:00
2019-01-12 10:45:21 +01:00