summaryrefslogtreecommitdiffstats
path: root/report/esoteric_project_report.tex
diff options
context:
space:
mode:
authorchris.sutcliffe <ctd.sutcliffe@gmail.com>2021-11-08 13:05:33 +0000
committerchris.sutcliffe <ctd.sutcliffe@gmail.com>2021-11-08 13:05:33 +0000
commitba4f071b308604db0bce9c095b38f5629ec0cf77 (patch)
tree2ecb74907deb2274f2b85752bcd435e08d2f6c3e /report/esoteric_project_report.tex
parent975fb6f000918085d1f5ba4ac6eb95c60411dae9 (diff)
downloadesotericFORTRAN-ba4f071b308604db0bce9c095b38f5629ec0cf77.tar.gz
esotericFORTRAN-ba4f071b308604db0bce9c095b38f5629ec0cf77.zip
add reference to bib for bnf form, add to table
Diffstat (limited to 'report/esoteric_project_report.tex')
-rw-r--r--report/esoteric_project_report.tex9
1 files changed, 8 insertions, 1 deletions
diff --git a/report/esoteric_project_report.tex b/report/esoteric_project_report.tex
index a6f0079..e4b208d 100644
--- a/report/esoteric_project_report.tex
+++ b/report/esoteric_project_report.tex
@@ -10,6 +10,8 @@
\newcommand{\la}{\leftarrow}
\usepackage{algorithm}
\usepackage{algorithmic}
+\usepackage{amsmath}
+\usepackage{mathtools}
\topmargin = 0pt
\voffset = -80pt
\oddsidemargin = 15pt
@@ -211,6 +213,8 @@ asdf
\clearpage
\chapter{BNF form}
+\cite{davie1982recursive} talk about bnf form here
+
\begin{table}[h!]
\begin{center}
@@ -230,8 +234,11 @@ asdf
& DO $<$expression$>$ $<$expression$>$ = $<$expression$>$, \\
& $<$expression$>$, $<$expression$>$ $<$statement$>$ continue \\
\hline
-
+ CHARACTER ::= & any character in ascii table\\
+ \hline
+ INTEGER ::= & 0\textbar1\textbar2\textbar3\textbar4\textbar5\textbar6\textbar7\textbar8\textbar9 \\
+ \hline
\end{tabular}
\label{tab:table1}
\caption{Grammar table for Fortran}