trieste v1.1.0
- Created
- Updated
A header-only C++20 term rewriting system for rapidly prototyping programming languages
# 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) # License
# Supported Platforms
!x86
- ✅ linux
- ✅ osx
- ✅ uwp
- ✅ windows-arm64
- ✅ windows-x64
- ❌
windows-x86
# Features
No default features set.
# 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 (by snmalloc )
- vcpkg-cmake-config (by snmalloc )
# Dependencies
No transitive dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
# Host Dependents
No dependents.
# Contributors
Matthew A Johnson
Kai Pastor