Commit Graph

3 Commits

Author SHA1 Message Date
75b5767e36 Log Colors
Added colored output to the logs. Also added the logs to zone for
outputting errors using our logger instead of printf().
2024-02-10 11:24:10 -05:00
a13b6fcac5 Fix and Free
Added the ability to free data from a zone. Also made some fixes to make
sure that our numbers format properly in print statements.
2024-02-08 17:50:46 -05:00
1448d3336b Memory Zones
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.
2024-02-07 18:25:13 -05:00