called. It would be nice to have multiple recursion and to not be forced to
structure your program in the order in which functions are called.
+\subsection{Known Bugs}
+For higher order functions there is a small bug that when an assignment is done
+to a variable with a higher order function type where the number of arguments
+is bigger than one and one of the, not-last, arguments is a higher order
+functien itself the behaviour is unspecified. The bug happens because the
+function is placed on the heap but the heap is distorted because one of the
+arguments also modifies the heap. We are certain that with some time we can fix
+this problem since it is an assembly issue.
+
\subsection{Work division}
\begin{description}
\item [Lexing \& parsing]: