#language #programming-language #simple #command #map #function

trinitry

A very simple programming language, used to map functions to commands

4 releases (2 breaking)

new 0.2.1 May 18, 2024
0.2.0 May 18, 2024
0.1.0 May 3, 2024
0.0.0 Dec 23, 2023

#31 in #simple

Download history 3/week @ 2024-02-18 10/week @ 2024-02-25 4/week @ 2024-03-10 14/week @ 2024-03-31 23/week @ 2024-04-14 118/week @ 2024-04-28 15/week @ 2024-05-05

156 downloads per month

LGPL-3.0-or-later

59KB
1.5K SLoC

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.

Dependencies

~2.2–3MB
~59K SLoC