epogrebnyak / haskell-intro

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

parsers revisited #20

Open epogrebnyak opened 4 years ago

epogrebnyak commented 4 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 4 years ago

addresses #21