ubuntu-buildroot/output/host/share/doc/bison/examples/c/lexcalc
chenyf 8b0660016e 1 2024-04-01 23:19:46 +08:00
..
Makefile 1 2024-04-01 23:19:46 +08:00
README.md 1 2024-04-01 23:19:46 +08:00
parse.y 1 2024-04-01 23:19:46 +08:00
scan.l 1 2024-04-01 23:19:46 +08:00

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.