This is the COLOGO project with version control Git. The server is an micro instance of amazon EC2. 

The repository address is git@107.22.216.67:COLOGO.git. But after you have cloned it, you can use alias 'origin' instead, for example:

git push origin master

instead of 

git push git@107.22.216.67:COLOGO.git master

You can scan through http://www.gitref.org for reference if you are not familiar with Git.

Thank you.


-------------

To compile it:

make

To run it:

./compile -c [inputfile] [outputfile.html]

To print ast tree:

./compile -a [inputfile] > [outputfile]

You may need to install bisect to get it work.

