ghc-exactprint
Source parser
Provides Haskell extensions to parse exact print annotations in GHC source code
GHC version of haskell-src-exts exactPrint
70 stars
14 watching
32 forks
Language: Haskell
last commit: 2 days ago ghchaskell
Related projects:
Repository | Description | Stars |
---|---|---|
haskell-suite/haskell-src-exts | A toolset for manipulating and analyzing Haskell source code | 193 |
grin-compiler/ghc-whole-program-compiler-project | Enables whole program compilation and external STG IR tooling for GHC | 116 |
google/ghc-source-gen | A Haskell library for generating source code and code fragments based on the GHC API | 91 |
mrkkrp/ghc-syntax-highlighter | A syntax highlighter library for Haskell built around the GHC lexer. | 59 |
def-/ghc-vis | Visualizes live Haskell data structures in an interactive development environment. | 135 |
alienhard/sublimeallautocomplete | An extension for Sublime Text that extends the default autocomplete to find matches in all open files. | 918 |
agda/agda2hs | Tools for translating Agda code to readable Haskell | 177 |
alexwl/haskell-code-explorer | A web application for exploring and understanding Haskell codebases | 512 |
ndmitchell/tagsoup | A Haskell library for parsing and extracting information from HTML/XML documents | 233 |
bgamari/ghc-debug | Enables heap inspection and analysis of running Haskell programs from an external debugger | 62 |
haskell/attoparsec | A fast Haskell parser combinator library for efficient text and binary data parsing | 513 |
haskell-tools/haskell-tools | Developer tools for refactoring Haskell programs. | 249 |
haskell/ghcup-hs | A tool for installing and managing the Glasgow Haskell Compiler (GHC) | 289 |
coot/zsh-haskell | An extension for the Z shell that provides command completion and syntax suggestions for Haskell package management tools. | 19 |
ajhc/ajhc | A Haskell compiler that aims to improve the performance and efficiency of the language | 134 |