slides/slides07.tex
changeset 688 289d4baafeee
parent 687 6cc8ed283e10
child 744 a33ce6c8e2c3
equal deleted inserted replaced
687:6cc8ed283e10 688:289d4baafeee
    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