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