6 Building
TinyExpr++ is self-contained in two files: “tinyexpr.cpp” and “tinyexpr.h”. To use TinyExpr++, add those files to your project.
The API documentation can be built using the following:
doxygen docs/Doxyfile
Requirements
TinyExpr++ must be compiled as C++17. (Some additional features require C++20.)
MSVC, GCC, and Clang compilers are supported.