This is a project for being able to make any compute instruction with Haskell code.
- app
where is the main function
- src
where are every computing instruction
- test
where are tests (none actually)
First compile : make
Then launch it : ./funEvalExpr { your calcul }
.
Don't be shy and make an issue :)