========================================================
-Using java SE 7 which can be found at http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1880261.html
-A good tutorial on how to run a java program from the command line can be found here: http://introcs.cs.princeton.edu/java/15inout/windows-cmd.html
-cd to the src folder: ...\Compiler\src
-then run the following:
-javac Compiler.java
-java Compiler path\to\source\test\file
-all output will be printed to the command prompt
-Ive provided some test examples in ..\Compiler\tests
-Examples of the project running can be found in ..\Compiler\runthroughs