##########################################
##  Running a TaML Program		##
##########################################


To run a taml program:

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