浏览代码

Merge pull request #107 from ksromanov/patch-1

Jeremy G. Siek 3 年之前
父节点
当前提交
84dc2f5bcc
共有 1 个文件被更改,包括 5 次插入4 次删除
  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{