A header-only C++20 term rewriting system for rapidly prototyping programming languages
trieste provides CMake targets:
find_package(trieste CONFIG REQUIRED)
target_link_libraries(<your-target> PRIVATE trieste::trieste)
When installed with the "parsers" feature (vcpkg install trieste[parsers]):
target_link_libraries(<your-target> PRIVATE trieste::json)
target_link_libraries(<your-target> PRIVATE trieste::yaml)
Build the JSON and YAML parser libraries (trieste::json, trieste::yaml)
v1.0.0#0
!x86
MIT
Manifest