Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 320 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 320 Bytes

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