Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/azur1s/holymer

(WIP) A programming language
https://github.com/azur1s/holymer

compiler proglangs-discord programming-language rust transpiler

Last synced: 4 months ago
JSON representation

(WIP) A programming language

Lists

README

        


Holymer


Holymer is a programming language

## Status
- [x] Parser
- [x] Typechecker
- [x] IR
- [ ] Optimizer
- [ ] Complier

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

## Contributing
You need to have [Rust Toolchain](https://github.com/rust-lang/rust) installed on your machine before building it.
```shell
$ git clone https://github.com/azur1s/holymer.git
$ cd holymer
# build with `cargo build`
```