summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}