F# implementation of Graham Hutton's parser combinator library from chapter 8 of his book Programming in Haskell
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
ParserCombinators.Test
ParserCombinators
.gitattributes
.gitignore
Hutton.sln
Readme.md

Readme.md

This is a direct transliteration into F# of Graham Hutton's Haskell parser combinators library from chapter 8 of his book Programming in Haskell.

It's not always quite idiomatic F# style, but I tried to stay pretty close to the code in the book.

To run: Open solution, restore NuGet packages, run NUnit tests.