examples: d: demonstrate location tracking

* examples/d/calc/calc.y: Track locations.
* examples/d/calc/calc.test: Check locations.
This commit is contained in:
Adela Vais
2020-09-03 08:42:06 +02:00
committed by Akim Demaille
parent 8032dde383
commit 6e1d83c8a8
3 changed files with 60 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ afterwards.
The usual calculator.
## d/calc.y
A richer implementation of the calculator.
A richer implementation of the calculator, with location tracking.
<!---