Ver código fonte

Merge pull request #107 from ksromanov/patch-1

Jeremy G. Siek 3 anos atrás
pai
commit
84dc2f5bcc
1 arquivos alterados com 5 adições e 4 exclusões
  1. 5 4
      book.tex

+ 5 - 4
book.tex

@@ -10502,10 +10502,11 @@ generate better code by taking this fact into account.
 
 The output language of \code{explicate\_control} is \LangCLoop{}
 (Figure~\ref{fig:c7-syntax}), which is nearly identical to
-\LangCLam{}. The only syntactic difference is that \code{Call} and
-\code{read} may also appear as statements.  The most significant
-difference between \LangCLam{} and \LangCLoop{} is that the
-control-flow graphs of the later may contain cycles.
+\LangCIf{}. The only syntactic difference is that
+\code{read} may also appear as a statement.  The most significant
+difference between programs in \LangCIf{} and programs in \LangCLoop{},
+generated by the passes of the compiler,
+is that the control-flow graphs of the later may contain cycles.
 
 \begin{figure}[tp]
 \fbox{