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: 5 days ago
JSON representation
(WIP) A programming language
- Host: GitHub
- URL: https://github.com/azur1s/holymer
- Owner: azur1s
- Created: 2022-01-21T23:44:41.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-05T09:17:14.000Z (over 1 year ago)
- Last Synced: 2024-05-18T23:18:44.271Z (6 months ago)
- Topics: compiler, proglangs-discord, programming-language, rust, transpiler
- Language: Rust
- Homepage:
- Size: 123 KB
- Stars: 42
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: FUNDING.yml
Awesome Lists containing this project
- awesome-programming-languages - Hazure - A ML-Inspired programming language that transpiles to Typescript. (Uncategorized / Uncategorized)
README
Holymer
Holymer is a programming language
## Status
- [x] Parser
- [x] Typechecker
- [x] IR
- [ ] Optimizer
- [ ] ComplierThe 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`
```