real-world-haskell
Haskell code parser
A tool to parse and fix code samples from the book 'Real World Haskell'
parser for code samples from the book "real world haskell" (http://book.realworldhaskell.org/read/)
89 stars
13 watching
24 forks
Language: Haskell
last commit: about 8 years ago Related projects:
Repository | Description | Stars |
---|---|---|
haskell-suite/haskell-src-exts | A toolset for manipulating and analyzing Haskell source code | 193 |
haskell/parsec | A parser combinator library designed to be industrial-strength and easy to use | 848 |
dierk/real_world_frege | A collection of examples in the Frege programming language that demonstrate Haskell concepts from a book on Real World Haskell | 70 |
haskell/attoparsec | A fast Haskell parser combinator library for efficient text and binary data parsing | 513 |
tzemanovic/haskell-yesod-realworld-example-app | Real-world application demonstrating CRUD and authentication using Haskell and Yesod | 169 |
rubik/argon | Analyzes and reports on the complexity of Haskell code | 98 |
google/haskell-indexer | Provides libraries and tools for preprocessing Haskell source code to enable entity cross-referencing | 99 |
google/codeworld | An educational programming environment using Haskell to teach computer science and math. | 1,242 |
tweag/ormolu | A tool that formats Haskell source code to a consistent style | 964 |
haskell/happy | A tool for generating parsers from regular expressions in Haskell. | 290 |
haskell-tools/haskell-tools | Developer tools for refactoring Haskell programs. | 249 |
tweag/haskellr | An environment for efficient data processing using Haskell or R code. | 585 |
commercialhaskell/rio | A standard library for Haskell to provide a common foundation for production software development | 843 |
alexwl/haskell-code-explorer | A web application for exploring and understanding Haskell codebases | 512 |
commercialhaskell/haskellers | A web application built on Haskell and Yesod to showcase the language's capabilities, providing a sample site for learning and development. | 141 |