Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiwiyou/gajii
Gajilang Interpreter
https://github.com/kiwiyou/gajii
Last synced: 26 days ago
JSON representation
Gajilang Interpreter
- Host: GitHub
- URL: https://github.com/kiwiyou/gajii
- Owner: kiwiyou
- License: mit
- Created: 2023-03-03T06:02:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T06:05:57.000Z (almost 2 years ago)
- Last Synced: 2024-10-27T12:57:45.113Z (2 months ago)
- Language: Rust
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gajii
`Gajii` is an interpreter for [`Gaji` language.](https://purring-advantage-060.notion.site/d4990596b21340f2a4e1e5bcc649f4d0)
## Installation
Install [Rust](https://www.rust-lang.org/) and run the following commands:
```bash
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 runOptions:
-e, --echo If set, print the code to stderr before run
-h, --help Print help
-V, --version Print version
```