better-parse v0.4.0 Release Notes

Release Date: 2020-07-01 // over 3 years ago
    • 📜 better-parse is now a multiplatform library! All Kotlin targets are supported;
    • ⚡️ Optimize tokenization and parsing, thanks @orangy for his help!
    • Replace token with literalToken and regexToken

Previous changes from v0.3.2

    • 🛠 Fixed Regex / Pattern converted to their string representations with loss of flags;
    • 📜 Made Parsed<T>.remainder public;
    • ⚡️ Optimized TokenizerMatchesSequence to avoid redundant objects allocation