Skip to content

CoolLibs/mast

Repository files navigation

mast

Including

To add this library to your project, simply add these two lines to your CMakeLists.txt:

add_subdirectory(path/to/mast)
target_link_libraries(${PROJECT_NAME} PRIVATE mast::mast)

Then include it as:

#include <mast/mast.hpp>

Running the tests

Simply use "tests/CMakeLists.txt" to generate a project, then run it.
If you are using VSCode and the CMake extension, this project already contains a .vscode/settings.json that will use the right CMakeLists.txt automatically.

About

Create AST from a string math expression

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published