The Hash Programming Language compiler and standard library sources. Get started by reading the Hash book.
Instructions are available in the INSTALL.md file.
Before building the compiler, make sure you have installed the required dependencies.
cargo build
cargo run
cargo test
Take a look at the contributing guide here.