tricu

An interpreted language for exploring Tree Calculus
Log | Files | Refs | README | LICENSE

commit bc9064b0582952bc9dcd83138b013833d6297967
parent d51af676d5e6c24403ef12bae494552b63fc7b42
Author: James Eversole <james@eversole.co>
Date:   Tue, 31 Dec 2024 10:09:36 -0600

Latest --help in README

Diffstat:
MREADME.md | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -54,7 +54,8 @@ You can easily build and/or run this project using [Nix](https://nixos.org/downl - `nix run git+https://git.eversole.co/James/tricu` - Build executable in `./result/bin`: - `nix build git+https://git.eversole.co/James/tricu` - - `./result/bin/tricu --help` + +`./result/bin/tricu --help` ``` tricu - compiler and repl @@ -74,7 +75,7 @@ tricu compile [OPTIONS] -f --file=FILE Relative or absolute path to file input for compilation -o --output=OUTPUT Optional output file path for resulting output - -t --form=FORM Output form: (tree|ast|ternary|ascii) + -t --form=FORM Output form: (fsl|tree|ast|ternary|ascii) tricu decode [OPTIONS] Decode a Tree Calculus value into a string representation