Parsita 1.1.0
Addition of a few helper functions:
eof
: a parser that matches the end of sourcesuccess
: a parser that always succeeds with a given valuefailure
: a parser that always fails with a given messageResult.or_die
: returns the value on success and raises and exception on failure