Skip to content

Scala program to calculate the result of any given arithmetic expression using BODMAS implemented by formal grammar

Notifications You must be signed in to change notification settings

ManviNagdev/calculator

Repository files navigation

calculator

Scala program to calculate the result of any given arithmetic expression using BODMAS implemented by formal grammar

sbt(Scala Build Tool) will be required to run this program and can be downloaded from here. The steps to run this program are -

$ git clone https://github.com/ManviNagdev/calculator.git
$ cd calculator
$ sbt

> compile
> test
> exit

You can add new test cases to this file.

About

Scala program to calculate the result of any given arithmetic expression using BODMAS implemented by formal grammar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages