Skip to content

Commit a7f4b56

Browse files
committed
toc
1 parent 0ef1370 commit a7f4b56

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

book.tex

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,12 @@ \chapter*{Preface}
247247
the fundamental tools of compiler construction: \emph{abstract
248248
syntax trees} and \emph{recursive functions}.
249249
{\if\edition\pythonEd
250-
\item In Chapter~\ref{ch:parsing-Lvar} we learn how to use a parser
251-
generator to create a parser for the language of integer arithmetic
252-
and local variables.
253-
\fi}
250+
\item In Chapter~\ref{ch:parsing-Lvar} we learn how to use the Lark
251+
parser generator to create a parser for the language of integer
252+
arithmetic and local variables. We learn about the parsing
253+
algorithms inside Lark, including Earley and LALR(1).
254+
%
255+
\fi}
254256
\item In Chapter~\ref{ch:register-allocation-Lvar} we apply
255257
\emph{graph coloring} to assign variables to machine registers.
256258
\item Chapter~\ref{ch:Lif} adds conditional expressions, which

0 commit comments

Comments
 (0)