Skip to content

parcr 0.5.2

Compare
Choose a tag to compare
@douwe douwe released this 07 Jun 07:09

Bug fix

  • Parser zero_or_one() was not greedy, meaning that it sometimes did not parse
    input that it should be able to parse (see
    issue #12).

New feature

  • Added the function Ignore() which reads and discards all elements until the
    end of a vector.