diff options
-rw-r--r-- | report/esoteric_project_report.tex | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/report/esoteric_project_report.tex b/report/esoteric_project_report.tex index 39e40ab..cccd91d 100644 --- a/report/esoteric_project_report.tex +++ b/report/esoteric_project_report.tex @@ -215,6 +215,7 @@ asdf \cite{davie1982recursive} talk about bnf form here + \begin{table}[h!] \begin{center} @@ -258,9 +259,29 @@ asdf & DO $<$expression$>$ $<$expression$>$ = $<$expression$>$, \\ & $<$expression$>$, $<$expression$>$ $<$statement$>$ continue \\ \hline + + CHARACTER ::= & any character in ascii table\\ \hline + + LOGICAL ::= & TRUE\textbar FALSE \\ + \hline + + COMPLEX ::= & a combination of real and imaginary numbers \\ + \hline + + REAL ::= & INTEGER\textbar RATIONAL\textbar IRRATIONAL\\ + \hline + + RATIONAL :: = & any fractional number e.g. 1/3 or 0.333 \\ + \hline + + IRRATIONAL ::= & $\pi$ \textbar $\sqrt{2} $ etc. \\ + \hline + + INTEGER ::= & 0\textbar1\textbar2\textbar3\textbar4\textbar5\textbar6\textbar7\textbar8\textbar9 \\ + \hline \end{tabular} \label{tab:table1} |