diff --git a/README.md b/README.md index 07894b8..caa0f29 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,11 @@ If you need JavaScript, you probably want Purescript for generating JS. Purescri - http://www.christopherbiscardi.com/2014/06/22/getting-started-with-purescript/ Great guide for getting started -## Parsing and generating JSON +## Parsing in Haskell + +- Parser combinator tutorial for Haskell: https://github.com/bitemyapp/intro_to_parsing based on the excellent https://github.com/JakeWheat/intro_to_parsing +- Writing your own micro-Parsec: http://olenhad.me/articles/monadic-parsers/ +### Parsing and generating JSON - http://blog.raynes.me/blog/2012/11/27/easy-json-parsing-in-haskell-with-aeson/