v0.02: Error Handling, Proper Types, and Memory Tracker Update
Second release. Here are the features:
- plrt-types.h added
- This header contains all of the common types used within the runtime, which includes typedefs, structs, enums and all of the stuff within stdint.h and stddef.h
- This header currently also contains the function prototypes used by the error handler. This will most likely be moved into its own header
- plrt-error module added
- This module has an strerror-style error string creator function, and an enhanced plPanic that uses it. I might add a perror-style error printing function in the future
- While the function definitions are currently in plrt-types.h, it will most likely be moved into its own header in the next release
- Memory tracker updated to use the new error handler functions
I'm most likely not gonna be posting a new release for a while. My current life situation is not the best, and I really need to get some form of income,
which means that I won't be updating this repo for a while. I hope y'all understand
Sophie (pocketlinux32)