better-parse v0.2 Release Notes

Release Date: 2017-07-12 // almost 7 years ago

    🔄 Change the semantics of and chains: when there's only one non-skipped operand Parser<T>, the whole chain is now typed as Parser<T>, not Parser<Tuple1<T>>

    ➕ Add operator equivalents: a * b for a and b, and -a for skip(a).