mhc

Haskell compiler

A minimal implementation of a Haskell compiler

Minimal Haskell Compiler

GitHub

63 stars
1 watching
3 forks
Language: Haskell
last commit: over 6 years ago

Related projects:

Repository Description Stars
ajhc/ajhc A Haskell compiler that aims to improve the performance and efficiency of the language 134
jmorag/mcc Compiles the MicroC programming language into machine code using Haskell 116
augustss/microhs An implementation of an extended subset of Haskell using combinators for runtime execution 367
mchakravarty/language-c-inline A Haskell library that allows inline C and Objective-C code in Haskell programs 147
siraben/mini-haskell A Haskell compiler with a runtime environment implementing Combinatory Logic 72
cronokirby/haskell-in-haskell A compiler that translates Haskell code into C99, simulating various stages of compilation and intermediate representations. 120
haskell/ghcup-hs A tool for installing and managing the Glasgow Haskell Compiler (GHC) 289
lemmih/lhc Compiles Haskell2010 code to LLVM IR using a custom optimization pipeline 198
ajtulloch/haskell-ml Implementations of basic machine learning algorithms in Haskell 57
valderman/haste-compiler A compiler that converts Haskell code into JavaScript to run in web browsers or other environments. 1,440
def-/ghc-vis Visualizes live Haskell data structures in an interactive development environment. 135
g-ford/cradle Building a compiler in Haskell using a hands-on, top-down approach inspired by the "Let's Build a Compiler" series 160
lehins/massiv A Haskell library for efficient array manipulation with parallel computation capabilities. 385
vmchale/kempe A compiled stack-based language with a toy compiler for x86_64 and aarch64 targeting 58
blynn/compiler A tool for bootstrapping and compiling self-hosting Haskell compilers from a minimal C compiler. 213