Tutorial: Quick & Easy Parser Combinators
Summary
This article provides a practical tutorial on parser combinators using Scheme. It introduces core primitives like eof, char, seq, either, and many, adds higher-order combinators such as opt and post-process, and demonstrates building a small arithmetic parser with tests and lazy loading. It also references Parque, an open-source Gambit-based parser library.