Gajii
is an interpreter for Gaji
language.
Install Rust and run the following commands:
git clone https://github.com/kiwiyou/gajii.git
cd gajii
cargo install .
After installation, check if $PATH
contains $HOME/.cargo/bin
.
Usage: gajii [OPTIONS] [INPUT]
Arguments:
[INPUT] Name of the gaji source to run
Options:
-e, --echo If set, print the code to stderr before run
-h, --help Print help
-V, --version Print version