Skip to content

Parsita 1.1.0

Compare
Choose a tag to compare
@drhagen drhagen released this 16 Nov 11:55
· 193 commits to master since this release

Addition of a few helper functions:

  • eof: a parser that matches the end of source
  • success: a parser that always succeeds with a given value
  • failure: a parser that always fails with a given message
  • Result.or_die: returns the value on success and raises and exception on failure