summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenedikt Böhm <bb@xnull.de>2009-06-09 08:45:39 +0200
committerBenedikt Böhm <bb@xnull.de>2009-06-09 08:45:39 +0200
commitd98b73b361af031f660de46f8f6d1d08f86a6306 (patch)
tree29efa0fd685052be9c467a82416cf5dd9dda8a75
parentd3b74248d53f19bc8f10510d3d44b68aa4883ab6 (diff)
downloadswppy-d98b73b361af031f660de46f8f6d1d08f86a6306.tar.gz
swppy-d98b73b361af031f660de46f8f6d1d08f86a6306.tar.xz
swppy-d98b73b361af031f660de46f8f6d1d08f86a6306.zip
update first presentation
-rw-r--r--doc/praes1/main.tex22
1 files 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}