This project implements the building blocks for writing Scala parsers using the parser combinators idiom. The following building blocks are expected:
- item
- sat
- many
- biased choice
- sequency
- Understand functional programming via parser combinators
- Understand the Scala 3.x features
$ sbt test