A very simple programming language, used to map functions to commands
https://crates.io/crates/trinitry
Benedikt Peetz
7dd5da97f6
I have used a unicode lookalike for the single quote, as the normal latex way to include it is not supported by katex (`\textquotesingle`). |
||
---|---|---|
docs | ||
scripts | ||
src | ||
.envrc | ||
.gitignore | ||
.licensure.yml | ||
COPYING | ||
COPYING.LESSER | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE.spdx | ||
NEWS.md | ||
README.md | ||
cog.toml | ||
flake.lock | ||
flake.nix | ||
treefmt.nix | ||
update.sh |
README.md
Trinitry
A very simple programming language, used to map functions to commands
Docs
If you want to generate the docs locally use this command, as they need KaTeX:
# Generate documentation for the dependencies
cargo doc
# Generate the documentation for this crate with the KaTeX header.
RUSTDOCFLAGS="--html-in-header ./docs/docs-header.html" cargo doc --no-deps
docs.rs
already does this automatically because of the attribute in the Cargo.toml
file.
Licence
This program is free software: you can redistribute it and/or modify it under the terms of the Lesser GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.