Registry / other / trieste

trieste

JSON →
library1.0.0vcpkgunverified

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

vcpkg install trieste
INSTALL
IMPORT
SIG · TRIESTE
T
trieste
othercppv1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

trieste/trieste.h
#include <trieste/trieste.h>

Parse a simple arithmetic expression using trieste

#include <trieste/trieste.h> #include <iostream> int main() { auto expr = trieste::parse("1 + 2"); std::cout << "Parsed expression\n"; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources

No resource links recorded.

trieste — pip install trieste · libregistry