parsing tutorials

pull/22/head
Chris Allen 10 years ago
parent 573f789b79
commit a50e6c8eae

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

Loading…
Cancel
Save