Skip to content

dinfuehr/dora

Folders and files

NameName
Last commit message
Last commit date
Feb 6, 2025
Mar 21, 2020
Nov 17, 2024
Jan 5, 2025
Feb 20, 2025
Feb 20, 2025
Feb 5, 2025
Feb 18, 2025
Feb 20, 2025
Feb 5, 2025
Feb 17, 2025
Feb 5, 2025
Apr 10, 2023
Mar 16, 2025
Feb 19, 2025
Feb 2, 2025
Sep 1, 2024
Feb 17, 2025
Feb 17, 2025
Dec 28, 2016
Oct 30, 2024
Apr 8, 2022

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 Ruby)
tools/test && tools/test-release # Linux and macOS
tools/test.bat && tools/test-release.bat # Windows

Note that the test runner is implemented in Ruby and therefore a Ruby interpreter needs to be installed on your system (e.g. brew/dnf/apt install ruby).