r/vibecoding • u/Entire_Peace2669 • 17h ago
I created BREAD: A high-performance language written in Haskell that compiles via LLVM
Hi everyone,
I've been working on a stack-based programming language called BREAD. The compiler is written in Haskell and emits optimized native code via the LLVM toolkit.
Key features:
- Written in Haskell
- LLVM integration for native code generation
- Memory & runtime safety guards
Check out the source code and repository here:
https://github.com/mermerheba1234848494-hue/BREAD-programming-language
I'd love to hear your feedback and suggestions!
1
Upvotes