HNC
Haskell C++ compiler
A compiler that translates Haskell code into C++ code for efficient execution
HN Compiler
62 stars
12 watching
5 forks
Language: Haskell
last commit: over 5 years ago compilerhaskelloptimizationpurescriptrust
Related projects:
Repository | Description | Stars |
---|---|---|
cronokirby/haskell-in-haskell | A compiler that translates Haskell code into C99, simulating various stages of compilation and intermediate representations. | 120 |
serras/hinc | A Haskell code transpiler from another syntax to the standard Haskell syntax | 111 |
ajhc/ajhc | A Haskell compiler that aims to improve the performance and efficiency of the language | 134 |
blynn/compiler | A tool for bootstrapping and compiling self-hosting Haskell compilers from a minimal C compiler. | 213 |
mchakravarty/language-c-inline | A Haskell library that allows inline C and Objective-C code in Haskell programs | 147 |
dbohdan/compilers-targeting-c | A list of compilers and transpilers that can generate C code from various programming languages. | 703 |
gren-lang/compiler | A compiler that translates code written in Gren into machine code or another target language. | 391 |
haskell/ghcup-hs | A tool for installing and managing the Glasgow Haskell Compiler (GHC) | 289 |
bydriv/mhc | A minimal implementation of a Haskell compiler | 63 |
natalie-lang/natalie | A Ruby compiler project that uses C++ and GCC/Clang as the backend. | 941 |
leepike/copilot | A language and toolset for generating hard real-time C code from a domain-specific stream language | 149 |
compiling-to-categories/concat | Compiling to categories involves translating Haskell programs into more expressive mathematical frameworks. | 437 |
yrnkrn/zapcc | A caching C++ compiler based on clang to speed up compilation | 1,250 |
siraben/mini-haskell | A Haskell compiler with a runtime environment implementing Combinatory Logic | 72 |
grin-compiler/ghc-grin | A compiler that integrates the GRIN backend with GHC to compile functional programming languages. | 143 |