v0.07: PLML Array support added, Fixed tokenizer bugs
Eighth release. Here are the new features:
- The PLML parser now supports one-dimensional arrays
- Unintentional side effect: It supports multiple types in one array. That is not permitted in TOML and thus PLML.
I plan on fixing this in the next release
- Fixed parser bug
- It can now properly handle spaces at the beginning of a string
Future Features:
- Adding a simple logging system to pl-rt
- Fix PLML parser side effect