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.
- To build the project, run
cargo build
- To run the interactive mode, run
cargo run
- To run the compiler tests, run
cargo test
Take a look at the contributing guide here.