ghc
Haskell compiler
The Glasgow Haskell Compiler is an interactive environment and compiler for the functional programming language Haskell.
Mirror of the Glasgow Haskell Compiler. Please submit issues and patches to GHC's Gitlab instance (https://gitlab.haskell.org/ghc/ghc). First time contributors are encouraged to get started with the newcomers info (https://gitlab.haskell.org/ghc/ghc/wikis/contributing).
3k stars
143 watching
707 forks
Language: Haskell
last commit: over 1 year ago Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A tool that translates Haskell programming language into JavaScript | 2,608 |
| | A tool for installing and managing the Glasgow Haskell Compiler (GHC) | 293 |
| | Enables whole program compilation and external STG IR tooling for GHC | 116 |
| | A Haskell library for generating source code and code fragments based on the GHC API | 91 |
| | An official implementation of Haskell language server support for integrated development environments (IDEs) and text editors. | 2,729 |
| | A compiler that integrates the GRIN backend with GHC to compile functional programming languages. | 144 |
| | Building a compiler in Haskell using a hands-on, top-down approach inspired by the "Let's Build a Compiler" series | 161 |
| | Generates Haskell bindings for GObject Introspection capable libraries | 293 |
| | Compiles Haskell2010 code to LLVM IR using a custom optimization pipeline | 198 |
| | Enables heap inspection and analysis of running Haskell programs from an external debugger | 61 |
| | Provides Haskell extensions to parse exact print annotations in GHC source code | 70 |
| | A comprehensive open source tool for managing Git repositories and collaborating on code with fine-grained access controls and continuous integration/continuous deployment capabilities. | 23,836 |
| | A tool to visualize live Haskell data structures in GHCi | 136 |
| | A Haskell compiler that aims to improve the performance and efficiency of the language | 134 |
| | Building a modern functional compiler from first principles | 3,354 |