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 9e281f5 commit b31fab5Copy full SHA for b31fab5
book.tex
@@ -13023,9 +13023,10 @@ \section{Expose Allocation}
13023
%% \Stmt &::= & \CASSIGN{\CPUT{\Exp}{\itm{int}}}{\Exp}
13024
%% \end{array}
13025
\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}
+ \Exp &::=& \GLOBALVALUE{\Var} \MID \ALLOCATE{\Int}{\Type} \\
+ &\MID& \BEGIN{\Stmt^{*}}{\Exp}\\
+ \Stmt{} &::=& \COLLECT{\Int}
13029
+ \MID \ASSIGN{\PUT{\Exp}{\itm{int}}}{\Exp}
13030
\end{array}
13031
\]
13032
\fi}
0 commit comments