Skip to content

Commit

Permalink
Lecture: fix typo in LL parser table image (CFG)
Browse files Browse the repository at this point in the history
  • Loading branch information
cagix committed Nov 16, 2024
1 parent 25d7071 commit 24b8416
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified lecture/02-parsing/images/LL-Parsertabelle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lecture/02-parsing/images/LL-Parsertabelle.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit 24b8416

Please sign in to comment.