Guide: Your first parser
Summary
Guide: Your first parser teaches building a config file parser using Parseff and parser combinators. It covers modular parsing with combinators, a step-by-step progression from key-value parsing to typed values and error handling, and demonstrates backtracking and composition for robust parsing.