mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-07-23 18:40:33 +00:00
* examples/c/calc/calc.y, src/lalr.c: Reduce scope. * src/gram.c: Prefer < to >.
calc - calculator with Bison
This directory contains calc, the traditional example of using Bison to build a simple calculator.