slides/slides04.tex
changeset 939 f85e784d3014
parent 892 f4df090a84d0
child 940 46eee459a999
equal deleted inserted replaced
938:91c20364402b 939:f85e784d3014
   277 \begin{tabular}{@{}l}
   277 \begin{tabular}{@{}l}
   278 ID: \ldots\\
   278 ID: \ldots\\
   279 OP:\\
   279 OP:\\
   280 \hspace{5mm}\texttt{"+"}, \texttt{"-"}\\
   280 \hspace{5mm}\texttt{"+"}, \texttt{"-"}\\
   281 NUM:\\
   281 NUM:\\
   282 \hspace{5mm}(NONZERODIGIT $\cdot$ DIGIT$^*$) + {''0''}\\
   282 \hspace{5mm}(NONZERODIGIT $\cdot$ DIGIT$^*$) + {"0"}\\
   283 NUMBER:\\
   283 NUMBER:\\
   284 \hspace{5mm}NUM +  (\texttt{"-"} $\cdot$ NUM)\\
   284 \hspace{5mm}NUM +  (\texttt{"-"} $\cdot$ NUM)\\
   285 \end{tabular}
   285 \end{tabular}
   286 
   286 
   287 \end{frame}
   287 \end{frame}