Skip to content

azur1s/holymer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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`