azur1s / holymer

(WIP) A programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Holymer

Holymer is a programming language

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`

About

(WIP) A programming language

License:Apache License 2.0


Languages

Language:Rust 100.0%