Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (8 loc) · 241 Bytes

parser.org

File metadata and controls

9 lines (8 loc) · 241 Bytes

Parser

Questions

What is a parser combinator?

Is just a HOF (higher-order function) that acccepts several parsers as input and returns a new parser as output.