mirror of
https://github.com/bitemyapp/learnhaskell.git
synced 2024-11-03 23:15:18 +00:00
parsing tutorials
This commit is contained in:
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…
Reference in New Issue
Block a user