exp: fix shift/reduce conflict complaints
[fio.git] / exp / README.md
... / ...
CommitLineData
1simple-expression-parser
2========================
3
4A simple expression parser for arithmetic expressions made with bison + flex
5
6To use, see the example test-expression-parser.c
7