- You will need ArnoldC compiler, already included here in the project
- Java, because ¯\(ツ)/¯
Give permissions:
chmod +x build_all.sh
And Run it
./build_all
Compile it
java -jar ArnoldC.jar calculator-sum.arnoldc
And run it
java calculator-sum
Compile it
java -jar ArnoldC.jar calculator-subtract.arnoldc
And run it
java calculator-subtract
Compile it
java -jar ArnoldC.jar calculator-multiply.arnoldc
And run it
java calculator-multiply
Compile it
java -jar ArnoldC.jar calculator-divide.arnoldc
And run it
java calculator-divide