Adela Vais
f3bcb3de0e
examples: d: fix the handling of unary +
...
It was interpreting "+exp" as "-exp".
* examples/d/calc.y: Fix.
* examples/d/calc.test: Check it.
2020-09-02 07:38:42 +02:00
Akim Demaille
8036635251
package: bump copyrights to 2020
...
Run 'make update-copyright'.
2020-01-05 10:26:35 +01:00
Akim Demaille
575b814119
d: improve the example
...
* examples/d/calc.y: Exit with failure on errors.
Remove useless operators (=, !) meant for the test suite.
Add unary + for symmetry.
* examples/d/calc.test: Adjust expectations.
2019-02-26 08:42:24 +01:00
Akim Demaille
2471733f1a
package: bump copyrights to 2019
2019-01-05 14:58:05 +01:00
Akim Demaille
f15382f7d7
d: add an example
...
* examples/d/calc.test, examples/d/calc.y, examples/d/local.mk:
2018-12-04 20:43:01 +01:00