A simple expression evaluator in Scala. Includes two types of parsers: Scala parser combinators parboiled2 parsing expression grammars To run the tests: sbt test To run either of the calculator examples: sbt run To run either of the test examples: sbt test:run