diff --git a/examples/d/README.md b/examples/d/README.md index fe05ef27..86cb10a8 100644 --- a/examples/d/README.md +++ b/examples/d/README.md @@ -5,9 +5,12 @@ This directory contains examples of Bison grammar files in D. You can run `make` to compile these examples. And `make clean` to tidy afterwards. -## d/calc.y +## d/simple.y The usual calculator. +## d/calc.y +A richer implementation of the calculator. +