Recursive Descent Parsers in Scala 1: Writing Context-Free Grammar
This is going to be a series of blog posts where we will implement a recursive descent parser library in Scala using FastParse parser combinators for simple arithmetic expressions and cross compile the same in Javascript using Scala.js eventually utilizing it in a small Javascript application. Before we get…