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

https://github.com/papo1011/drakoon

Moonbit to LLVM compiler in rust
https://github.com/papo1011/drakoon

compiler lalrpop llvm logos moonbit

Last synced: 5 months ago
JSON representation

Moonbit to LLVM compiler in rust

Awesome Lists containing this project

README

          


Drakoon

# Drakoon

### How to run the compiler
To use it, you need to have **Rust** and **LLVM** installed on your system.

```bash
cargo run >>
lli
```

### Contributing
There is much much ... much to do! Feel free to open issues or submit pull requests! Any help is appreciated and it could be a great way to learn about compiler construction and LLVM!
You can check the [ROADMAP.md](./ROADMAP.md) file for planned features and improvements.