kiwiyou / gajii

Gajilang Interpreter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gajii

Gajii is an interpreter for Gaji language.

Installation

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

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

About

Gajilang Interpreter

License:MIT License


Languages

Language:Rust 100.0%