Skip to content

F# implementation of Graham Hutton's parser combinator library from chapter 8 of his book Programming in Haskell

Notifications You must be signed in to change notification settings

CraigStuntz/Hutton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

F# implementation of Graham Hutton's parser combinator library from chapter 8 of his book Programming in Haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages