A very simple programming language, used to map functions to commands https://crates.io/crates/trinitry
Go to file
Benedikt Peetz 6d6ce82451
chore(version): v0.2.1
2024-05-18 21:21:39 +02:00
docs docs(src): Improve rendering of quotation marks 2024-05-18 19:56:22 +02:00
scripts chore(treewide): Reapply the license header 2024-05-03 16:50:22 +02:00
src fix(src): Rename `TrinitryInvokation` to just `Trinitry` for simplicity 2024-05-18 21:21:05 +02:00
.envrc chore(treewide): Reapply the license header 2024-05-03 16:50:22 +02:00
.gitignore fix(Cargo.lock): Check in, to make the build reproducible 2024-05-03 19:25:58 +02:00
.licensure.yml chore(treewide): Reapply the license header 2024-05-03 16:50:22 +02:00
COPYING chore: Initial commit 2023-12-23 22:24:14 +01:00
COPYING.LESSER chore: Initial commit 2023-12-23 22:24:14 +01:00
Cargo.lock chore(version): v0.2.1 2024-05-18 21:21:39 +02:00
Cargo.toml chore(version): v0.2.1 2024-05-18 21:21:39 +02:00
LICENSE.spdx build(treewide): Update tooling to be ready for the first release 2024-05-03 16:40:06 +02:00
NEWS.md chore(version): v0.2.1 2024-05-18 21:21:39 +02:00
README.md chore(version): v0.2.1 2024-05-18 21:21:39 +02:00
cog.toml build(cog): Remove `nix flake check` step as nix can't handle pest 2024-05-03 19:27:01 +02:00
flake.lock build(treewide): Update tooling to be ready for the first release 2024-05-03 16:40:06 +02:00
flake.nix chore(treewide): Reapply the license header 2024-05-03 16:50:22 +02:00
treefmt.nix chore(treewide): Reapply the license header 2024-05-03 16:50:22 +02:00
update.sh chore(treewide): Reapply the license header 2024-05-03 16:50:22 +02:00

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.