A simple expression evaluator in Scala. Includes two types of parsers:
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
A simple expression evaluator in Scala. Includes two types of parsers:
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