Holymer is a programming language
- Parser
- Typechecker
- IR
- Optimizer
- Complier
The IR output can sometimes be run with scheme interpreter, sometimes.
You need to have Rust Toolchain installed on your machine before building it.
$ git clone https://github.com/azur1s/holymer.git
$ cd holymer
# build with `cargo build`