What are parser combinators?

Asked

Viewed 40 times

4

Recently, studying on techniques of Parsing, found out about parser combinators, which seems to be a more functional approach to realize the parse of a sequence of characters.

  • What is a parser Combinator?
  • What is the difference between the "classical approach" to the Parsing and the approach proposed by parser combinators?
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.