simple-script-compiler

Crates.iosimple-script-compiler
lib.rssimple-script-compiler
version0.1.0
created_at2025-09-30 11:52:27.14909+00
updated_at2025-09-30 11:52:27.14909+00
descriptionA tiny simple script language compiler/interpreter for learning and testing.
homepage
repositoryhttps://github.com/PizzaLvr49/simple-script-compiler
max_upload_size
id1861019
size44,096
ExoticSliceOfPizza (PizzaLvr49)

documentation

README

simple-script-compiler

A tiny simple script language compiler/interpreter for learning and testing.

Building

Requires Rust and Cargo. On Windows with PowerShell:

cargo build --release

Running

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.

Testing

Run the test suite:

cargo test

License

Licensed under MIT. See LICENSE.

Commit count: 0

cargo fmt