Added colored output to the logs. Also added the logs to zone for outputting errors using our logger instead of printf().
Added the ability to free data from a zone. Also made some fixes to make sure that our numbers format properly in print statements.
First draft of memory zone functionality. Can create a zone and allocate you memory from the zone. Also has the ability to clear zones and to free. There is no way yet to free anything that has been allocated on the zones.