mathexpr, a math expression evaluator library in Nim

2020-05-03 Thread Yardanico
Wanted to bump this thread - I finally did proper documentation and tidied the code a bit, docs at [https://yardanico.github.io/nim-mathexpr/mathexpr.html](https://yardanico.github.io/nim-mathexpr/mathexpr.html) nimble instal mathexpr Run to install latest release.

mathexpr, a math expression evaluator library in Nim

2017-09-24 Thread Tiberium
[https://github.com/Yardanico/nim-mathexpr](https://github.com/Yardanico/nim-mathexpr) This is a mathematic expression evaluator library in pure Nim (with no third-party dependencies). Basically it is a recursive descent evaluator. It supports many mathematical functions, also you can provide