1. Home
  2. Browse
  3. trieste

trieste

v1.0.0#1Go to latest

A header-only C++20 term rewriting system for rapidly prototyping programming languages

Install

Run the following Vcpkg command to install the port.

vcpkg install 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

Dependencies

See source

Version

v1.0.0#1

Publication

Supports

!x86

GitHub

microsoft/Trieste

Homepage

github.com/microsoft/Trieste

Subtree

7a3972d5c6

License

MIT

Definition

Manifest