From d98b73b361af031f660de46f8f6d1d08f86a6306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benedikt=20B=C3=B6hm?= Date: Tue, 9 Jun 2009 08:45:39 +0200 Subject: update first presentation --- doc/praes1/main.tex | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/praes1/main.tex b/doc/praes1/main.tex index e924838..2f85422 100644 --- a/doc/praes1/main.tex +++ b/doc/praes1/main.tex @@ -107,17 +107,17 @@ end \pause\item Top-Down-Parsing \pause\item Ableitungsbaum: \begin{itemize} - \pause\item\color{fu-red} Program(Node) - \pause\item\color{fu-red} Function(Node) - \pause\item\color{fu-red} Statement(Node) - \pause\item\color{fu-red} IfStatement(Statement) - \pause\item\color{fu-red} WhileStatement(Statement) - \pause\item\color{fu-red} ReturnStatement(Statement) - \pause\item\color{fu-red} AssignStatement(Statement) - \pause\item\color{fu-red} FunctionCall(Statement) - \pause\item\color{fu-red} Expression(Node) - \pause\item\color{fu-red} UnaryExpression(Expression) - \pause\item\color{fu-red} BinaryExpression(Expression) + \pause\item\color{orange} Program(Node) + \pause\item\color{orange} Function(Node) + \pause\item\color{orange} Statement(Node) + \pause\item\color{orange} IfStatement(Statement) + \pause\item\color{orange} WhileStatement(Statement) + \pause\item\color{orange} ReturnStatement(Statement) + \pause\item\color{orange} AssignStatement(Statement) + \pause\item\color{orange} FunctionCall(Statement) + \pause\item\color{orange} Expression(Node) + \pause\item\color{orange} UnaryExpression(Expression) + \pause\item\color{orange} BinaryExpression(Expression) \end{itemize} \end{itemize} -- cgit v1.2.3