We'll take a look at how Pandoc parses Markdown with Parsec. See techniques for building lookahead into parsers, parsing recursive grammars, and working more effectively with GHCi.
Links from the video (in order):
- https://github.com/creswick/cabal-dev
- http://www.haskell.org/cabal/
- http://www.emacswiki.org/emacs/OccurMode
- http://en.wikipedia.org/wiki/Parse_tree
- https://github.com/jlr/rainbow-delimiters
- https://github.com/haskell/haskell-mode
- http://en.wikipedia.org/wiki/Algebraic_data_type
The command for starting a cabal-dev ghci session within Emacs haskell-mode: sh -c "cd ~/project-dir && cabal-dev ghci".
All Code Deconstructed videos: http://www.youtube.com/playlist?list=PLxj9UAX4Em-IBXkvcC3MycLlcxyoi7v8B
Download
0 formats
No download links available.
Pandoc Part 2 on Code Deconstructed - Episode 2 | NatokHD