Skip to content

Commit

Permalink
Lecture: fix automaton example (LR) (#209)
Browse files Browse the repository at this point in the history
ersetzt #208

---------

Co-authored-by: Carsten Gips <[email protected]>
  • Loading branch information
bcg7 and cagix authored Oct 15, 2024
1 parent d39d55b commit 05b42cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified lecture/02-parsing/images/Parser-Automat.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/Parser-Automat.tex
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
\nodepart{second}
\begin{tabular}{lll}
$S^{'}$ & $\rightarrow$ & $E\dotp$\\
$S$ & $\rightarrow$ & $E\dotp + T$
$E$ & $\rightarrow$ & $E\dotp + T$
\end{tabular}
};

Expand Down

0 comments on commit 05b42cd

Please sign in to comment.