Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sty00a4-code/luna
- Owner: sty00a4-code
- License: mit
- Created: 2024-01-15T13:56:10.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-29T20:10:08.000Z (about 2 months ago)
- Last Synced: 2024-11-29T21:22:20.614Z (about 2 months ago)
- Topics: compiler, interpreter, language, lexer, lua, parser, scripting, scripting-language
- Language: Rust
- Homepage: https://sty00a4-code.github.io/luna/
- Size: 735 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`