# HG changeset patch # User Christian Urban # Date 1353464948 0 # Node ID 1419b60f6b0e37640952f79dd5f9dd4fda086d37 # Parent 9215b9fb88520b2b9e6586304d42219459829e63 updated diff -r 9215b9fb8852 -r 1419b60f6b0e slides08.pdf Binary file slides08.pdf has changed diff -r 9215b9fb8852 -r 1419b60f6b0e slides08.tex --- a/slides08.tex Wed Nov 21 02:20:16 2012 +0000 +++ b/slides08.tex Wed Nov 21 02:29:08 2012 +0000 @@ -572,6 +572,19 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\mode{ +\begin{frame}[c] +\frametitle{\begin{tabular}{c}What about Left-Recursion?\end{tabular}} + +\begin{itemize} +\item we record when we recursively called a parser\bigskip +\item whenever the is a recursion, the parser must have consumed something --- so +I can decrease the input string/list of token by one (at the end) +\end{itemize} +\end{frame}} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + \end{document} %%% Local Variables: