Skip to content

0.2

Compare
Choose a tag to compare
@h0tk3y h0tk3y released this 12 Jul 23:05
· 111 commits to master since this release
  • 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).