mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
https://lists.gnu.org/archive/html/bison-patches/2019-02/msg00121.html * examples/d/calc.y (CalcLexer): Stop shoehorning C's API into D: use a range based approach in the scanner, rather than some imitation of getc/ungetc. (main): Adjust.
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.