Explorar el Código

Merge branch 'master' of github.com:IUCompilerCourse/Essentials-of-Compilation

Jeremy Siek hace 3 años
padre
commit
2bfbd3eca7
Se han modificado 1 ficheros con 5 adiciones y 6 borrados
  1. 5 6
      book.tex

+ 5 - 6
book.tex

@@ -100,14 +100,14 @@ showstringspaces=false
 
 \frontmatter
 
-\HalfTitle{Essentials of Compilation, \python{Python}\racket{Racket} Edition}
+\HalfTitle{Essentials of Compilation \\ An Incremental Approach in \python{Python}\racket{Racket}}
 
 
 \halftitlepage
 
-\Title{Essentials of Compilation, \python{Python}\racket{Racket} Edition}
+\Title{Essentials of Compilation}
 
-\Booksubtitle{The Incremental, Nano-Pass Approach}
+\Booksubtitle{An Incremental Approach in \python{Python}\racket{Racket}}
 
 %\edition{First Edition}
 
@@ -7845,7 +7845,7 @@ We then delegate to \code{explicate\_pred}, passing the condition \code{(eq? y
     [(Let x rhs body) ___]
     [(Prim 'not (list e)) ___]
     [(Prim op es) #:when (or (eq? op 'eq?) (eq? op '<))
-     (IfStmt (Prim op arg*) (create_block thn)
+     (IfStmt (Prim op es) (create_block thn)
               (create_block els))]
     [(Bool b) (if b thn els)]
     [(If cnd^ thn^ els^) ___]
@@ -9840,8 +9840,7 @@ follows.\index{subject}{Kleene Fixed-Point Theorem}
 \]
 When a lattice contains only finitely-long ascending chains, then
 every Kleene chain tops out at some fixed point after a number of
-iterations of $f$. So that fixed point is also a least upper
-bound of the chain.
+iterations of $f$.
 \[
 \bot \sqsubseteq f(\bot) \sqsubseteq f(f(\bot)) \sqsubseteq \cdots
 \sqsubseteq f^k(\bot) = f^{k+1}(\bot) = m_s