exp: fix shift/reduce conflict complaints
[fio.git] / exp / README.md
CommitLineData
b470a02c
SC
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