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/)

GitHub

89 stars
13 watching
23 forks
Language: Haskell
last commit: over 8 years ago

Related projects:

Repository Description Stars
haskell-suite/haskell-src-exts A toolset for manipulating and analyzing Haskell source code 194
haskell/parsec A parser combinator library designed to be industrial-strength and easy to use 850
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 parser combinator library for efficient text parsing in network protocols and file formats 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,244
tweag/ormolu A tool that formats Haskell source code to a consistent style 971
haskell/happy A tool for generating parsers from regular expressions in Haskell. 292
haskell-tools/haskell-tools Developer tools for refactoring Haskell programs. 249
tweag/haskellr An environment for efficient data processing using Haskell or R code. 587
commercialhaskell/rio A standard library for Haskell to provide a common foundation for production software development 846
alexwl/haskell-code-explorer A web application for exploring and understanding Haskell codebases 511
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