| 1234567891011121314151617181920212223242526272829303132333435 |
- \documentclass{article}
- \setlength{\parskip}{6pt}
- \setlength{\parindent}{0pt}
- \title{Compiler Report}
- \author{Matt Coles - mc930}
- \begin{document}
- \pagenumbering{gobble}
- \maketitle
- \tableofcontents
- \newpage
- \pagenumbering{Roman}
- \section{Overview}
- \section{Implementation}
- \subsection{Interpreter}
- The interpreter was created
- \subsection{Three-Address-Code Translation}
- \subsection{MIPS Translation}
- \section{Three-Address-Code Specification}
- \section{Example Test Cases}
- \section{Critical Analysis}
- \section{Further Improvements}
- \end{document}
|