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