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
- Host: GitHub
- URL: https://github.com/papo1011/drakoon
- Owner: papo1011
- Created: 2025-07-27T17:54:10.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-07-29T16:01:49.000Z (8 months ago)
- Last Synced: 2025-07-29T16:11:09.995Z (8 months ago)
- Topics: compiler, lalrpop, llvm, logos, moonbit
- Language: Rust
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.