tree: 99e24bf80a87b5fc985f7dd15ea17f88a1f4383a
  1. lexcalc.test
  2. local.mk
  3. Makefile
  4. parse.y
  5. README.md
  6. scan.l
examples/c/lexcalc/README.md

lexcalc - calculator with Flex and Bison

This directory contains lexcalc, the traditional example of using Flex and Bison to build a simple calculator.

It features detailed syntax errors with locations.