Faculty: TKT
Language: English
Programming language: Java
CalcMalc is simple arthemetic interpreter for the CalcMalc language. The repo contains a REPL (Read, Evaluate, Parse, Loop), and a GUI enviornment. CalcMalc can read any normal arthemetic expression, such as 2+2
, and it should also support a handful of other mathematical functions: log, sqrt, max, min, abs
. You should also be able to create your own temporary values, variables and functions, and be able to reuse them thourghout the process's lifetime. The project is written in Java and all documents and code will be written in English.