I have a suggestion for the parser, which works pretty good but sometimes it messes up code (does not have any errors just makes it look back).
For example I might have this peice of code:
Simba Code:Writeln('Hi')
WriteProgress;
then the parser will turn it into:
Simba Code:Writeln('Hi') WriteProgress;
Another suggestion is make it so that it does not delete comments :p
