Create a program that will read statements written to match the following syntax, build data structures to contain the necessary information to use in evaluating the expressions, and evaluate the expressions as necessary. The statements will be found in a file that will be passed to the program via a command line.
Valid statements are of one of the following three forms:
EVAL;
VALUE Variable Sign Constant ;
EXP Expression ;
Where: