|
1 | 1 | \documentclass[7x10]{TimesAPriori_MIT}%%7x10
|
2 | 2 |
|
3 |
| -% TODO: |
4 |
| -% |
5 |
| - |
6 | 3 | \usepackage[utf8]{inputenc}
|
7 | 4 | %% \usepackage{setspace}
|
8 | 5 | %% \doublespacing
|
|
107 | 104 | %% \lipsum[1]
|
108 | 105 | %% \endgroup
|
109 | 106 |
|
110 |
| -\newbox\oiintbox |
111 |
| -\setbox\oiintbox=\hbox{$\lower2pt\hbox{\huge$\displaystyle\circ$} |
112 |
| -\hskip-13pt\displaystyle\int\hskip-7pt\int_{S}\ $} |
113 |
| -\def\oiint{\copy\oiintbox} |
114 |
| - |
115 |
| -\def\boldnabla{\hbox{\boldmath$\displaystyle\nabla$}} |
116 |
| - |
117 |
| -%\usepackage{showframe} |
118 | 107 | \def\ShowFrameLinethickness{0.125pt}
|
119 | 108 |
|
120 | 109 | \addbibresource{book.bib}
|
@@ -320,15 +309,10 @@ \chapter*{Preface}
|
320 | 309 | scoping, that is, \emph{lambda} expressions. The reader learns about
|
321 | 310 | \emph{closure conversion}, in which lambdas are translated into a
|
322 | 311 | combination of functions and tuples.
|
323 |
| -% Chapter about classes and objects? |
324 | 312 | \item Chapter~\ref{ch:Ldyn} adds \emph{dynamic typing}. Prior to this
|
325 | 313 | point the input languages are statically typed. The reader extends
|
326 | 314 | the statically typed language with an \code{Any} type that serves
|
327 | 315 | as a target for compiling the dynamically typed language.
|
328 |
| -%% {\if\edition\pythonEd\pythonColor |
329 |
| -%% \item Chapter~\ref{ch:Lobject} adds support for \emph{objects} and |
330 |
| -%% \emph{classes}. |
331 |
| -%% \fi} |
332 | 316 | \item Chapter~\ref{ch:Lgrad} uses the \code{Any} type introduced in
|
333 | 317 | chapter~\ref{ch:Ldyn} to implement a \emph{gradually typed language}
|
334 | 318 | in which different regions of a program may be static or dynamically
|
@@ -378,9 +362,6 @@ \chapter*{Preface}
|
378 | 362 | skipping chapter~\ref{ch:Lwhile} (loops) and including
|
379 | 363 | chapter~\ref{ch:Llambda} (lambda). The course can be adapted to
|
380 | 364 | dynamically typed languages by including chapter~\ref{ch:Ldyn}.
|
381 |
| -% |
382 |
| -%% \python{A course that emphasizes object-oriented languages would |
383 |
| -%% include Chapter~\ref{ch:Lobject}.} |
384 | 365 |
|
385 | 366 | This book has been used in compiler courses at California Polytechnic
|
386 | 367 | State University, Portland State University, Rose–Hulman Institute of
|
@@ -23892,7 +23873,6 @@ \section{x86 Instruction Set Quick Reference}
|
23892 | 23873 | \end{tabular}
|
23893 | 23874 | \end{table}
|
23894 | 23875 |
|
23895 |
| - |
23896 | 23876 | \backmatter
|
23897 | 23877 | \addtocontents{toc}{\vspace{11pt}}
|
23898 | 23878 |
|
|
0 commit comments