diff options
author | Alfie Eagleton <67986414+TheAlfanator@users.noreply.github.com> | 2021-11-08 13:05:57 +0000 |
---|---|---|
committer | Alfie Eagleton <67986414+TheAlfanator@users.noreply.github.com> | 2021-11-08 13:05:57 +0000 |
commit | 4e9e9953e32be9232edc97df4238d1c939638cd1 (patch) | |
tree | 6478ca1a7d9dd68eed0077f8c1fb065dc849f75b /report | |
parent | 975fb6f000918085d1f5ba4ac6eb95c60411dae9 (diff) | |
download | esotericFORTRAN-4e9e9953e32be9232edc97df4238d1c939638cd1.tar.gz esotericFORTRAN-4e9e9953e32be9232edc97df4238d1c939638cd1.zip |
added to BNF
yes
Diffstat (limited to 'report')
-rw-r--r-- | report/esoteric_project_report.pdf | bin | 211738 -> 212373 bytes | |||
-rw-r--r-- | report/esoteric_project_report.tex | 17 |
2 files changed, 16 insertions, 1 deletions
diff --git a/report/esoteric_project_report.pdf b/report/esoteric_project_report.pdf Binary files differindex 1261091..a27f989 100644 --- a/report/esoteric_project_report.pdf +++ b/report/esoteric_project_report.pdf 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} |