v0.05: Various bugfixes, plRTStrcmp added
Fifth release. Here are the features:
- PLML parser added
- This is a complete reimplementation of the libplml API. Apart from the API, there is no libplml code in pl-rt,
as pl-rt's parser is fairly different from pl32lib-ng's
- Floating-point support has been added to the parser after rewriting it
- Array support has been implemented in the token type (enum and union), but has yet to be properly implemented in the parser
- Fixed plRTMemMatch bug that would return a null pointer if both of the memory blocks were the same size
(basically used as a fancy strcmp)
- An actual plRTStrcmp will be implemented in the next release, alongside all of the other PLML stuff
- Tweaked plrt-string functions to make plstrings more compatible with standard c library functions