Files
bison/examples/d
Akim Demaille 3f25104caf build: do not use $< in plain rules
It works only in implicit rules (or with GNU Make, but not with
Solaris Make).

Reported by Bruno Haible.
http://lists.gnu.org/archive/html/bug-bison/2019-05/msg00009.html
Diagnosed thanks to Kiyoshi Kanazawa.

* examples/c/reccalc/local.mk, examples/d/local.mk,
* examples/java/local.mk: Don't use $< in non implicit rules.
2019-05-13 22:16:23 +02:00
..
2019-02-26 08:42:24 +01:00
2019-05-13 22:16:23 +02:00
2019-01-05 14:58:05 +01:00

Examples in D

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

The usual calculator.