slug | title | authors | |
---|---|---|---|
parser-combinators |
Meetup 20: Parser Combinators in OCaml |
|
injuly live coded mini-angstrom drawing inspiration from both Angstrom and the Graham Hutton paper.
The agenda was
- Short intro to parser combinators and Monads.
- Re-implement
angstrom
from scratch – a popular parser combinator library. - Go through angstrom's source, and compare differences from our implementation.
- Cover some popular Haskell parsing libraries (
parsec
,megaparsec
, etc.)
After the meetup, @theteachr even raised a pull request to implement (WIP) a BenCode parser.
Checkout Upcoming Meetups
Twitter: https://x.com/ReasonBangalore