-
Notifications
You must be signed in to change notification settings - Fork 0
Mediography
Daan van Berkel edited this page Mar 18, 2021
·
11 revisions
- A New Top-Down Parsing Algorithm to Accommodate Ambiguity and Left Recursion in Polynomial Time - Richard A. Frost and Rahmatullah Hafiz
- A Monadic Combinator Compiler Generator - Carlos Camarão and Lucília Figueiredo
- Monads for functional programming - Philip Wadler
- Higher-Order Functions for Parsing - Graham Hutton
- Functional Pearls - Graham Hutton & Erik Meijer
- Functional Parsers - Jeroen Fokker
- Functional Parsing - Computerphile
- Understanding Parser Combinators - Scott Wlaschin
- How Parser Combinators Work - Low Level JavaScript