Added new Function in the Compiler to handle Errors of the Parser.
Closes #22 (closed)
I added an extra function, that handles the input of the Parser. To compile A Program, you would call compilerHandler :: Either String SynTree -> Either String State
. Changes need to be done to actually use this function. Waiting for the Parser Error handling.
Edited by Robin Soegtrop