summaryrefslogtreecommitdiffstats
path: root/report
diff options
context:
space:
mode:
Diffstat (limited to 'report')
-rw-r--r--report/esoteric_project_report.pdfbin211738 -> 212373 bytes
-rw-r--r--report/esoteric_project_report.tex17
2 files changed, 16 insertions, 1 deletions
diff --git a/report/esoteric_project_report.pdf b/report/esoteric_project_report.pdf
index 1261091..a27f989 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 a6f0079..00fbab1 100644
--- a/report/esoteric_project_report.tex
+++ b/report/esoteric_project_report.tex
@@ -222,6 +222,20 @@ asdf
& IF $|$ \\
& WHILE \\
\hline
+ $<$sequence$>$ ::= & $<$assignment$>$ $|$ $<$sequence$>$ $|$ \\
+ & $<$clause$>$ $|$ $<$sequence$>$ $|$ \\
+ &$<$empty$>$ \\
+ \hline
+ $<$clause$>$ ::= & IF $|$ \\
+ & DO $|$ \\
+ & PRINT $|$ \\
+ \hline
+ $<$assignment$>$ ::= & CHARACTER $|$ \\
+ & LOGICAL $|$ \\
+ & COMPLEX $|$ \\
+ & REAL $|$ \\
+ & INTEGER \\
+ \hline
IF ::= & IF $<$expression$>$ THEN $<$statement$>$ END IF $|$\\
& IF $<$expression$>$ THEN $<$statement$>$ ELSE $<$statement$>$ END IF \\
\hline
@@ -230,7 +244,8 @@ asdf
& DO $<$expression$>$ $<$expression$>$ = $<$expression$>$, \\
& $<$expression$>$, $<$expression$>$ $<$statement$>$ continue \\
\hline
-
+
+
\end{tabular}
\label{tab:table1}