compiler
Haskell compiler builder
A tool for bootstrapping and compiling self-hosting Haskell compilers from a minimal C compiler.
The adventures of a Haskell compiler
214 stars
13 watching
16 forks
Language: Haskell
last commit: 10 days ago Related projects:
Repository | Description | Stars |
---|---|---|
g-ford/cradle | Building a compiler in Haskell using a hands-on, top-down approach inspired by the "Let's Build a Compiler" series | 161 |
cronokirby/haskell-in-haskell | A compiler that translates Haskell code into C99, simulating various stages of compilation and intermediate representations. | 119 |
ajhc/ajhc | A Haskell compiler that aims to improve the performance and efficiency of the language | 134 |
bydriv/mhc | A minimal implementation of a Haskell compiler | 63 |
haskell/ghcup-hs | A tool for installing and managing the Glasgow Haskell Compiler (GHC) | 293 |
b-lang-org/bsc | A toolchain for designing and synthesizing digital electronic hardware | 960 |
ziglang/zig-bootstrap | An open-source project to build a fully operational Zig compiler from scratch. | 394 |
nponeccop/hnc | A compiler that translates Haskell code into C++ code for efficient execution | 62 |
faylang/fay | A programming language that compiles to JavaScript, based on Haskell. | 1,283 |
kelilanguage/compiler | A Haskell implementation of a compiler for a custom programming language | 172 |
1haskelladay/1had | Provides tools and exercises for practicing functional programming in Haskell | 118 |
seliopou/typo | A programming language compiler and interpreter built on top of Haskell's type system. | 249 |
bollu/tiny-optimising-compiler | A compiler that translates an imperative programming language into machine code | 157 |
valderman/haste-compiler | A compiler that converts Haskell code into JavaScript to run in web browsers or other environments. | 1,440 |
haskell-ci/haskell-ci | Generates CI workflows for multiple versions of the Haskell programming language compiler | 438 |