diff options
Diffstat (limited to 'report')
-rw-r--r-- | report/esoteric_project_report.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/report/esoteric_project_report.tex b/report/esoteric_project_report.tex index f42a7a6..a347d87 100644 --- a/report/esoteric_project_report.tex +++ b/report/esoteric_project_report.tex @@ -254,7 +254,7 @@ asdf IF ::= & IF $<$expression$>$ THEN $<$statement$>$ END IF $|$\\ & IF $<$expression$>$ THEN $<$statement$>$ ELSE $<$statement$>$ END IF \\ \hline - DO ::= & DO $<$expression$>$ $<$expression$>$ = $<$expression$>$, \\ + DO ::= & DO $<$label$>$ $<$identifier$>$ = $<$expression$>$, \\ & $<$expression$>$ $<$statement$>$ continue $|$\\ & DO $<$expression$>$ $<$expression$>$ = $<$expression$>$, \\ & $<$expression$>$, $<$expression$>$ $<$statement$>$ continue \\ |