6 Building
TinyExpr++ is self-contained in two files: “tinyexpr.cpp” and “tinyexpr.h”. To use it, 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++20.
MSVC, GCC, and Clang compilers are supported.