| Crates.io | simple-script-compiler |
| lib.rs | simple-script-compiler |
| version | 0.1.0 |
| created_at | 2025-09-30 11:52:27.14909+00 |
| updated_at | 2025-09-30 11:52:27.14909+00 |
| description | A tiny simple script language compiler/interpreter for learning and testing. |
| homepage | |
| repository | https://github.com/PizzaLvr49/simple-script-compiler |
| max_upload_size | |
| id | 1861019 |
| size | 44,096 |
A tiny simple script language compiler/interpreter for learning and testing.
Requires Rust and Cargo. On Windows with PowerShell:
cargo build --release
There is a CLI binary in src/main.rs. After building:
cargo run -- path\to\script.ss
Replace path\to\script.ss with your script file.
Run the test suite:
cargo test
Licensed under MIT. See LICENSE.