v1.00: First stable release
Tenth release. Here are the new features:
- Tokenizers return raw tokens
- Strings now look like "string"/'string' rather than just string. Same applies to arrays.
- This might break some compatibility with pre-rc releases, but it helped fix some very nasty bugs within the plml parser.
- PLML parser now parses boolean arrays correctly.
- This was a real nasty one. Fixed by new tokenizer behavior described above.
- Documentation has been written
- These docs are a brief overview. I will release some more in-depth docs on my website.
This took quite a while but it was worth it. PortaLinux finally has a stable base API.