File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments