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.