| Crates.io | firework_lang |
| lib.rs | firework_lang |
| version | 0.3.5 |
| created_at | 2021-11-06 20:29:40.919776+00 |
| updated_at | 2022-02-11 17:50:33.09388+00 |
| description | Firework Programming Language |
| homepage | |
| repository | https://github.com/Pavlos-Efstathiou/firework_lang |
| max_upload_size | |
| id | 477830 |
| size | 115,522 |
Functional programming language that compiles to LLVM IR (Very incomplete, be warned)
*nix:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Windows: Install rustup-init and run it
cargo install firework_lang
cargo install firework_lang --force
git clone https://github.com/Pavlos-Efstathiou/firework_lang
cd firework_lang
cargo build --release
firework_lang new hello_world
cd hello_world
firework_lang run
git clone https://github.com/Pavlos-Efstathiou/firework_lang
cd firework_lang/example
firework_lang run