JIT-compiler for the programming language Dora implemented in Rust. Works on Linux, Windows and macOS (x86_64 and aarch64). Build with:
Install Rust stable with the help of rustup.rs. Dora uses
cargo for building:
# Build in debug and release mode.
cargo build && cargo build --release
# Run all tests in debug and release mode (needs Python/uv).
tools/test && tools/test --release # Linux and macOS
Note that the test runner needs uv to be installed on your system.