02b_exp2 exercise
-----------------

In this exercise you will explore a different way to
model the exp1 language using different Exp trees.
Explore the Exp2.mo file and compare it with Exp1.mo file.

HOMEWORK: 
	Implement the assignments from 02a_exp1 within 02b_exp2.
	Note that you will have to add the new operators to the
	lexer and parser.

To clean the project type "clean" when building the project.
To build the project leave the input box empty when building the project.
To run the calculator type "run" when building the project.

If you need to edit the input of the calculator edit the file called program.txt

