compiler
Compiler
A Haskell implementation of a compiler for a custom programming language
The compiler for Keli
171 stars
8 watching
1 forks
Language: Haskell
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
axellang/axel | A Haskell + Lisp compiler and runtime environment for executing multi-language code. | 206 |
gren-lang/compiler | A compiler that translates code written in Gren into machine code or another target language. | 391 |
haskell-ci/haskell-ci | Generates CI workflows for multiple versions of the Haskell programming language compiler | 438 |
haskell-lisp/liskell | An implementation of Haskell semantics using Lisp syntax | 66 |
forest-lang/forest-compiler | A compiler for a multi-syntax functional programming language that compiles to WebAssembly | 620 |
faylang/fay | A programming language that compiles to JavaScript, based on Haskell. | 1,283 |
ajhc/ajhc | A Haskell compiler that aims to improve the performance and efficiency of the language | 134 |
vmchale/kempe | A compiled stack-based language with a toy compiler for x86_64 and aarch64 targeting | 58 |
radian-software/kalyn | A compiler that translates a functional programming language to x86-64 machine code from scratch. | 157 |
talw/crisp-compiler | A Haskell compiler for a Lisp/Scheme-inspired language with an LLVM backend | 99 |
c2lang/c2compiler | A C compiler written in the C2 language itself. | 704 |
haskellzhangsong/introduction_to_haskell | A book's source code with corrections and explanations for errors in a Haskell programming language textbook. | 67 |
mchakravarty/language-c-inline | A Haskell library that allows inline C and Objective-C code in Haskell programs | 147 |
seliopou/typo | A programming language compiler and interpreter built on top of Haskell's type system. | 249 |
leepike/copilot | A language and toolset for generating hard real-time C code from a domain-specific stream language | 149 |