java, d: add a Makefile for the example

* examples/java/Makefile, examples/d/Makefile: New.
This commit is contained in:
Akim Demaille
2018-12-05 09:01:10 +01:00
parent 156140dfc3
commit 9a5c12f160
5 changed files with 59 additions and 2 deletions

View File

@@ -34,6 +34,12 @@ Extracted from the documentation: "A Complete C++ Example".
https://www.gnu.org/software/bison/manual/html_node/A-Complete-C_002b_002b-Example.html
* Examples in D
** d/calc.y
The usual calculator.
* Examples in Java
** java/Calc.y