Add second slide concerning AST to C
This commit is contained in:
parent
7a0f54f291
commit
d06fccf36b
@ -142,6 +142,28 @@
|
|||||||
\end{enumerate}
|
\end{enumerate}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
|
\begin{frame}
|
||||||
|
\begin{itemize}
|
||||||
|
\item
|
||||||
|
\begin{itemize}
|
||||||
|
\item \texttt{pp\_varlist (Base | Arg | Dec)}
|
||||||
|
\item \texttt{pp\_retvarlist}
|
||||||
|
\item \texttt{pp\_prevarlist}
|
||||||
|
\item \texttt{pp\_asnprevarlist}
|
||||||
|
\end{itemize}
|
||||||
|
\pause
|
||||||
|
\item \texttt{when} implementation error: division by zero for instance
|
||||||
|
\pause
|
||||||
|
\item \texttt{->}
|
||||||
|
\pause
|
||||||
|
\item \texttt{pre}
|
||||||
|
\pause
|
||||||
|
\item \texttt{reset}
|
||||||
|
\pause
|
||||||
|
\item Functions returning tuples thanks to Arnaud's linearization only have to deal with \texttt{(a0, a1, ..., an) = return\_tuple\_a0\_a1\_dots\_an(0)}
|
||||||
|
\end{itemize}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
\section{Tests}
|
\section{Tests}
|
||||||
\begin{frame}{Tests}
|
\begin{frame}{Tests}
|
||||||
\begin{block}{testing methods}
|
\begin{block}{testing methods}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user