mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-04-24 02:29:43 +00:00
5230e610fc
* 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.