summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchris.sutcliffe <ctd.sutcliffe@gmail.com>2021-12-15 12:42:11 +0000
committerchris.sutcliffe <ctd.sutcliffe@gmail.com>2021-12-15 12:42:11 +0000
commit9023b383999c2213f8d7078f3345192f972f784b (patch)
tree33736cfc57c42a3e3adda44131aa2c748c909ff6
parent20956a27c0425c5f03f09c98f467c86e05f85756 (diff)
downloadesotericFORTRAN-9023b383999c2213f8d7078f3345192f972f784b.tar.gz
esotericFORTRAN-9023b383999c2213f8d7078f3345192f972f784b.zip
correct image floats
-rw-r--r--report/esoteric_project_report.pdfbin566691 -> 566653 bytes
-rw-r--r--report/esoteric_project_report.tex4
2 files changed, 2 insertions, 2 deletions
diff --git a/report/esoteric_project_report.pdf b/report/esoteric_project_report.pdf
index a044f70..ed7c08c 100644
--- a/report/esoteric_project_report.pdf
+++ b/report/esoteric_project_report.pdf
Binary files differ
diff --git a/report/esoteric_project_report.tex b/report/esoteric_project_report.tex
index 7c77a80..09b22ff 100644
--- a/report/esoteric_project_report.tex
+++ b/report/esoteric_project_report.tex
@@ -448,6 +448,8 @@ The use of actual source files in testing meant that compiler and program behavi
Logical testing using test harnesses was particularly thorough, ensuring that the parser was able to handle comparing integers, as well as real numbers.
In addition, extensive logical testing for the AND and OR operators was carried out to ensure that there were no bugs from the position of particular variables being evaluated.
In other words, the software was tested so that the order of variables in a logical test did not matter, for example A AND B is equivalent to B AND A (see appendix for examples of this).
+Various different mathematical, conditional and logical tests were used to test the functionality of the implemented code.
+These tests, combined with example code, allowed our compiler system to be checked in a real world scenario, and thus solidify the testing done in earlier sprints.
Below are some examples of output testing harnesses, run through the IDE program.
\begin{figure}[!htb]
@@ -464,8 +466,6 @@ Below are some examples of output testing harnesses, run through the IDE program
\label{test_harness_two}
\end{figure}
-As can be seen from the above screenshots, various different mathematical, conditional and logical tests were used to test the functionality of the implemented code.
-These tests, combined with example code, allowed our compiler system to be checked in a real world scenario, and thus solidify the testing done in earlier sprints.
\chapter{Discussion, conclusion and future work}