v0.06: Various bugfixes, plRTStrcmp added
Sixth release. Here are the features:
- PLML Parser bugfixes
- The parser is now capable of parsing weird ways of declaring a token
- Tokenizer bugfixes
- plRTTokenize does not swallow quote character if used as an ending position
- plRTTokenize doesn't allow for one-char whitespace strings to be parsed
- plRTParser does not add a null pointer to the returned string array
- Added plRTStrcmp