Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 763 Bytes

File metadata and controls

40 lines (27 loc) · 763 Bytes

Eclexia for Users

Prerequisites

  • Rust toolchain (1.75+)
  • Cargo

Quick Start

cargo build --release
cargo run -- run examples/hello.ecl

Typical Workflow

# 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

Where to Learn

Current Caveats

  • 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.