tree: ca043209ece20fe0f19d97a59931bbe14c4f88aa [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.