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: almost 6 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. | 119 |
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. | 214 |
mchakravarty/language-c-inline | A Haskell library that allows inline C and Objective-C code in Haskell programs | 146 |
dbohdan/compilers-targeting-c | A list of compilers and transpilers that can generate C code from various programming languages. | 709 |
gren-lang/compiler | A compiler that translates code written in Gren into machine code or another target language. | 398 |
haskell/ghcup-hs | A tool for installing and managing the Glasgow Haskell Compiler (GHC) | 293 |
bydriv/mhc | A minimal implementation of a Haskell compiler | 63 |
natalie-lang/natalie | A Ruby compiler built using C++ and GCC/Clang as the backend, with an incremental REPL for development and testing. | 943 |
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. | 439 |
yrnkrn/zapcc | A caching C++ compiler based on clang to speed up compilation | 1,248 |
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. | 144 |