Skip to content

1.0.1

Compare
Choose a tag to compare
@fcanas fcanas released this 04 May 19:54
· 9 commits to canon since this release
  • Expose interface for parsing Substring
    • This can be useful for combining Parsers with imperative Swift code rather than through this library's provided operators and functional approach. Remainders after a successful parse will often be a Substring. So if a Parser can accept a Substring, the result of one Parser can be more easily fed into another Parser. This behavior was already supported internally.
  • Expanded documentation