We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0bdb7e commit 713aabdCopy full SHA for 713aabd
1 file changed
book.tex
@@ -26,7 +26,7 @@
26
27
\def\racketEd{0}
28
\def\pythonEd{1}
29
-\def\edition{0}
+\def\edition{1}
30
31
% material that is specific to the Racket edition of the book
32
\newcommand{\racket}[1]{{\if\edition\racketEd{#1}\fi}}
@@ -4649,8 +4649,8 @@ \section{From Parse Trees to Abstract Syntax Trees}
4649
white space, so we recommend using Lark's \code{\%ignore} directive
4650
as follows.
4651
\begin{lstlisting}
4652
- WS: /[ \t\f\r\n]/+
4653
- %ignore WS
+ %import common.WS_INLINE
+ %ignore WS_INLINE
4654
\end{lstlisting}
4655
Change your compiler from chapter~\ref{ch:Lvar} to use your
4656
Lark parser instead of using the \code{parse} function from
0 commit comments