--- a/handouts/ho07.tex Sat Dec 07 00:57:23 2019 +0000
+++ b/handouts/ho07.tex Sat Dec 14 17:57:43 2019 +0000
@@ -6,13 +6,14 @@
\usepackage{../graphics}
+%% add safety check on references...whether it is above 0 and below the
+%% index
+
\begin{document}
\fnote{\copyright{} Christian Urban, King's College London, 2017, 2018, 2019}
\section*{Handout 7 (Compilation)}
-
-
The purpose of a compiler is to transform a program a human can read and
write into code the machine can run as fast as possible. The fastest
code would be machine code the CPU can run directly, but it is often