Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

dinfuehr/dora

Repository files navigation

Dora

Join the chat at https://gitter.im/dora-lang/dora Actions Status

JIT-compiler for the programming language Dora implemented in Rust. Works on Linux, Windows and macOS (x86_64 and aarch64). Build with:

Compilation & Testing

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.