Skip to content
This repository was archived by the owner on Jan 12, 2025. It is now read-only.

azur1s/holymer

Repository files navigation

Holymer

Holymer is a programming language

Update

Archived: see ichor instead. It's literally what this meant to be

Status

  • Parser
  • Typechecker
  • IR
  • Optimizer
  • Complier

The IR output can sometimes be run with scheme interpreter, sometimes.

Contributing

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`