equal
deleted
inserted
replaced
570 \end{frame}} |
570 \end{frame}} |
571 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
571 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
572 |
572 |
573 |
573 |
574 |
574 |
|
575 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
|
576 \mode<presentation>{ |
|
577 \begin{frame}[c] |
|
578 \frametitle{\begin{tabular}{c}What about Left-Recursion?\end{tabular}} |
|
579 |
|
580 \begin{itemize} |
|
581 \item we record when we recursively called a parser\bigskip |
|
582 \item whenever the is a recursion, the parser must have consumed something --- so |
|
583 I can decrease the input string/list of token by one (at the end) |
|
584 \end{itemize} |
|
585 \end{frame}} |
|
586 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
|
587 |
575 \end{document} |
588 \end{document} |
576 |
589 |
577 %%% Local Variables: |
590 %%% Local Variables: |
578 %%% mode: latex |
591 %%% mode: latex |
579 %%% TeX-master: t |
592 %%% TeX-master: t |