Skip to content

Commit b31fab5

Browse files
committed
collect is a stmt
1 parent 9e281f5 commit b31fab5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

book.tex

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13023,9 +13023,10 @@ \section{Expose Allocation}
1302313023
%% \Stmt &::= & \CASSIGN{\CPUT{\Exp}{\itm{int}}}{\Exp}
1302413024
%% \end{array}
1302513025
\begin{array}{rcl}
13026-
\Exp &::=& \COLLECT{\Int} \MID \ALLOCATE{\Int}{\Type} \\
13027-
&\MID& \GLOBALVALUE{\Var} \MID \BEGIN{\Stmt^{*}}{\Exp}\\
13028-
\Stmt{} &::=& \ASSIGN{\PUT{\Exp}{\itm{int}}}{\Exp}
13026+
\Exp &::=& \GLOBALVALUE{\Var} \MID \ALLOCATE{\Int}{\Type} \\
13027+
&\MID& \BEGIN{\Stmt^{*}}{\Exp}\\
13028+
\Stmt{} &::=& \COLLECT{\Int}
13029+
\MID \ASSIGN{\PUT{\Exp}{\itm{int}}}{\Exp}
1302913030
\end{array}
1303013031
\]
1303113032
\fi}

0 commit comments

Comments
 (0)