triestev1.1.0
- Updated
A header-only C++20 term rewriting system for rapidly prototyping programming languages
- Project website: https://github.com/microsoft/Trieste
#Usage
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)#Features
No default features.
#parsers
Build the JSON and YAML parser libraries (trieste::json, trieste::yaml)
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
#snmalloc
Override global new/delete with snmalloc
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (through snmalloc)
- vcpkg-cmake-config (through snmalloc)
#Host Tool For
No ports use this.
#Contributors
Matthew A Johnson
Kai Pastor