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(main PRIVATE trieste::trieste)
# Targets provided by trieste[parsers]:
target_link_libraries(main PRIVATE trieste::json)
target_link_libraries(main PRIVATE trieste::yaml)
Build the JSON and YAML parser libraries (trieste::json, trieste::yaml)
Override global new/delete with snmalloc
v1.1.0#0
!x86
MIT
Manifest