Simple recursive descent parser for math expressions.
- for more information:
- Use single header file.
- Supports standard operators precedence.
- Supports most of the standard c++ math functions.
- Supports custom functions of arbitrary number of function arguments.
- Supports arbitrary number of custom variables.
- Supports evaluation of multiple math expressions.
- See main.cpp source code.
- c++17 standard compilers