Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sty00a4-code/luna

A light weight scripting language for quick and easy coding
https://github.com/sty00a4-code/luna

compiler interpreter language lexer lua parser scripting scripting-language

Last synced: about 1 month ago
JSON representation

A light weight scripting language for quick and easy coding

Awesome Lists containing this project

README

        

# Luna

A light weight scripting language for quick and easy coding

## Installation

1. Clone the repository `gh repo clone sty00a4-code/luna` or download the source code
2. In the new folder, build the code with `cargo bundle --release --bin luna` (gives you the path `target/release/bundle/deb/luna_{VERSION}_{CPU}.deb`)
3. `sudo dpkg -i target/release/bundle/deb/luna_{VERSION}_{CPU}.deb`