A simple expression evaluator based on Scala parser combinators.
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 based on Scala parser combinators.
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