Skip to content

hash-org/hashc

Repository files navigation

The Hash Programming Language

Rust Workflow

The Hash Programming Language compiler and standard library sources. Get started by reading the Hash book.

Installation

Instructions are available in the INSTALL.md file.

Build and Run

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

Want to contribute?

Take a look at the contributing guide here.