dfintha / exprparser

Very basic expression parser written in C++.
0 stars 0 forks source link

Add function calls #1

Closed dfintha closed 4 months ago

dfintha commented 5 months ago

The parser should support expressions with any numbers of arguments. Some built-in functions should also be added as examples.