Another lisp dialect (mirror)
Go to file
azur 5616a7d15d Factorial example 2023-07-05 16:17:09 +07:00
bin Copy over 2023-07-02 16:51:03 +07:00
com Also substitute type 2023-07-02 16:51:18 +07:00
example Factorial example 2023-07-05 16:17:09 +07:00
ir Also substitute type 2023-07-02 16:51:18 +07:00
syntax Copy over 2023-07-02 16:51:03 +07:00
typing Also substitute type 2023-07-02 16:51:18 +07:00
.gitignore Copy over 2023-07-02 16:51:03 +07:00
Cargo.lock Also substitute type 2023-07-02 16:51:18 +07:00
Cargo.toml Copy over 2023-07-02 16:51:03 +07:00
FUNDING.yml update FUNDING.yml 2023-03-07 04:35:46 +07:00
README.md Factorial example 2023-07-05 16:17:09 +07:00
rust-toolchain.toml init 2023-03-04 22:34:12 +07:00

README.md

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`