Resolve "Handle not Defined Functioncalls in Compiler"
Closes #28 (closed) Possible Error Messages are for example
Compiler Error: Found call for Function g, in the Definition of main, which is not defined.
Compiler Error: Wrong number of Arguments given to f in the Definition of main.
Compiler Error: No Main Function given.