Files
bison/examples/c/lexcalc
Akim Demaille 01af4ad9c3 multistart: toy with it in lexcalc
* examples/c/lexcalc/parse.y: Define several start symbols.
* examples/c/lexcalc/lexcalc.test: Check support.
2020-09-27 09:23:51 +02:00
..
2020-06-01 08:29:53 +02:00
2020-09-19 08:31:49 +02:00
2020-09-27 09:23:51 +02:00
2020-07-08 22:19:37 +02:00

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.