echo "Starting Compiler..."
/usr/bin/compile $1 logic
if grep "ERROR(" cmplog.dat ; then
echo
echo "Compiler errors, exiting..."
exit
else
clear
echo "Starting packager..."
/usr/bin/package
echo -n "Creating backannotation file..."
mv flatback.dat backann.cmd
echo "Done."
fi
