All Projects → cyga → Real World Haskell

cyga / Real World Haskell

parser for code samples from the book "real world haskell" (http://book.realworldhaskell.org/read/)

Programming Languages

haskell
3896 projects

real-world-haskell

Parser for code samples from the book "real world haskell" (http://book.realworldhaskell.org/read/).

It's written (of course) in haskell.

Code samples aren't complete for different reasons. For example: sometimes parts of the file are given not in ascending order. The goal of this repo is to allow easy access / reduce copy/pasting for the code written in the book.

Some sources need fix in order to be compiled / work. In such cases original files saved under: file.hs -> file.orig.hs

files

  • parse-code.hs - download/parser of pages/program listings
  • *.orig.hs - parsed program listings those need fix
  • else *.hs - parsed program listings
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].