diff --git a/lecture/02-parsing/images/LL-Parsertabelle.png b/lecture/02-parsing/images/LL-Parsertabelle.png index 9ddc23e5..92c2db95 100644 Binary files a/lecture/02-parsing/images/LL-Parsertabelle.png and b/lecture/02-parsing/images/LL-Parsertabelle.png differ diff --git a/lecture/02-parsing/images/LL-Parsertabelle.tex b/lecture/02-parsing/images/LL-Parsertabelle.tex index 683abe10..ec5d8f60 100644 --- a/lecture/02-parsing/images/LL-Parsertabelle.tex +++ b/lecture/02-parsing/images/LL-Parsertabelle.tex @@ -20,7 +20,7 @@ for each $b \in Follow(\alpha)$ add $X \rightarrow\alpha$ to $P[X, b]$ if $\epsilon \in First(\alpha)$ and $\perp \ \in \ Follow(X)$ - add $X \rightarrow\alpha$ to $P[A, \perp]$ + add $X \rightarrow\alpha$ to $P[X, \perp]$ \end{lstlisting} \end{document}