- Rust toolchain (1.75+)
- Cargo
cargo build --release
cargo run -- run examples/hello.ecl# Type-check a program
cargo run -- check path/to/file.ecl
# Run a program
cargo run -- run path/to/file.ecl
# Run tests
cargo test --workspace- Some advanced features remain in-progress
- Some backend/runtime paths are still being hardened
- Benchmarks exist but should be treated as evolving evidence
See ../../QUICK_STATUS.md for current limits.