tree: c9fc1c998853f5a83b1b69523caccf0dd3f7adaf [path history] [tgz]
  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.