Skip to content

0.8.0

Compare
Choose a tag to compare
@J-F-Liu J-F-Liu released this 24 Jan 08:22
· 77 commits to master since this release
  • Add p.name(_), give parser a name to identify parsing errors.
  • Add p.convert(f), convert parser result to desired value, fail in case of conversion error.
  • list(p,s) backtrack to the last successfully matched element.
  • Merged 2 pull requests from new contributors.