luna-lib 1.3.0

a light weight interpreted programming language
Documentation
1
2
3
4
5
6
7
8
9
# 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` (gives you the path `target/release/bundle/deb/luna_{VERSION}_{CPU}.deb`)
3. `sudo dpkg -i target/release/bundle/deb/luna_{VERSION}_{CPU}.deb`