slides/slides07.tex
changeset 688 ec181dab18e6
parent 687 8865f4f2be59
child 744 99c5916d9a8f
equal deleted inserted replaced
687:8865f4f2be59 688:ec181dab18e6
    65 
    65 
    66 \begin{itemize}
    66 \begin{itemize}
    67 \item you consume one or more token from the\\ 
    67 \item you consume one or more token from the\\ 
    68   input (stream)
    68   input (stream)
    69 \item \bl{\texttt{T\_NUM(1), T\_OP(+), T\_NUM(2)}}\bigskip
    69 \item \bl{\texttt{T\_NUM(1), T\_OP(+), T\_NUM(2)}}\bigskip
    70 \item a good starting point would be \texttt{comb2.scala}
    70 \item a good starting point would be \texttt{comb2.scala} 
       
    71 \item in case CW2 did not work, use \texttt{toks.scala} as 
       
    72   input to the parser
    71 \end{itemize}
    73 \end{itemize}
    72 \end{frame}
    74 \end{frame}
    73 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%   
    75 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%   
    74 
    76 
    75 
    77