Parser Combinators
← Back to Parsing Techniques
Small parsing functions that can be composed together to build larger parsers. Parser combinators provide a modular, functional approach to parsing that reads like a grammar specification, popular in functional languages.