##########################################
##  Running a MDraw Program		##
##########################################


To run a MDraw program:

1. 	Name your program with the .mdraw extension
	For example: myProgram.mdraw
2.	From the command line, execute " sh run.sh filename" (for MAC)
	For example: "sh run.sh myProgram.mdraw"
3.	This script will compile the MDraw program, translate
	it to java, then compile and execute the java
	program