chenyf 8b0660016e | ||
---|---|---|
.. | ||
Makefile | ||
README.md | ||
parse.y | ||
scan.l |
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.