epogrebnyak / haskell-intro

Seven classes on Haskell and a follow-up reading list
http://tinyurl.com/haskell-intro
54 stars 7 forks source link

parsers revisited #20

Open epogrebnyak opened 5 years ago

epogrebnyak commented 5 years ago

https://www.scs.stanford.edu/16wi-cs240h/slides/parsing.html

applicative vs monadic parser

functional pearls article and associalted tutorials

code in local excercise and kep.hs repo

Todo: synthesis of the above

epogrebnyak commented 5 years ago

addresses #21