Interested in ML and AI? Check out my new AI & algorithm blog DIVISIO Jan 13, 2011 20:30 · 3046 words · 15 minutes read Scala Parser Combinators What Is A Parser (In A Functional Sense)? Let’s approach this bit by bit. We are thinking in FP terms, so a Parser is obviously a function that turns something into something (it parses the input and produces an output). So in sluggish Pseudo-Scala, it is