We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31fab5 commit b4e30eeCopy full SHA for b4e30ee
book.tex
@@ -13023,8 +13023,8 @@ \section{Expose Allocation}
13023
%% \Stmt &::= & \CASSIGN{\CPUT{\Exp}{\itm{int}}}{\Exp}
13024
%% \end{array}
13025
\begin{array}{rcl}
13026
- \Exp &::=& \GLOBALVALUE{\Var} \MID \ALLOCATE{\Int}{\Type} \\
13027
- &\MID& \BEGIN{\Stmt^{*}}{\Exp}\\
+ \Exp &::=& \GLOBALVALUE{\Var} \MID \ALLOCATE{\Int}{\Type}
+ \MID \BEGIN{\Stmt^{*}}{\Exp}\\
13028
\Stmt{} &::=& \COLLECT{\Int}
13029
\MID \ASSIGN{\PUT{\Exp}{\itm{int}}}{\Exp}
13030
\end{array}
0 commit comments