updated
authorChristian Urban <christian dot urban at kcl dot ac dot uk>
Wed, 21 Nov 2012 02:29:08 +0000
changeset 67 1419b60f6b0e
parent 66 9215b9fb8852
child 68 a09ecb1e7384
updated
slides08.pdf
slides08.tex
Binary file slides08.pdf has changed
--- 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<presentation>{
+\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: