How to run the project on PC:
First, click make.bat;
Then, click test_ec.bat.
The test source code and the generated Java code are in the ec_test_case folder.

How to run the project on Mac:
First, Modify the last line ec.exe->ec as follows in make.bat file:
ocamlc -o ec ast.cmo translator.cmo parser.cmo scanner.cmo ec.cmo
Second, in TERMINAL in Mac ios, go to the directory where our compiler located:
./make.bat 
