Recursive Descent Parsers in Scala 2: Build Parser Using FastParse Parser Combinators
In the last post, we touched upon all the aspects of building a suitable context-free grammar for a recursive descent parser while building one ourselves for a language of simple arithmetic expressions. In this post we will use that grammar to build a parser library in Scala to validate simple…