The Class Object Oriented Language is a popular compiler used in various college projects to understand the basics of compiler design.
Completely Object oriented, always begins with classes
Get into the src folder and on the command line, enter make
then execute test.out
as:
./test.out testfile.cl
which gives us the execution of a testfile of the COOL language.
To clean up the object files and executables simply put make clean