Parser combinators aresets of functions for building parsers in a composable fashion. Haskell’sParsec library and OCaml’sAngstrom are two examples.Both of th...
Also https://news.ycombinator.com/item?id=19953213