Is there a simple way to get parslet to be more forgiving in parsing unknown tokens?
We’re collaborating on a dmarc record parser that uses parslet and we’ve run across a paragraph in the spec that turns our current understanding on its head. See: https://github.com/trailofbits/dmarc/pull/6 We need to ignore unknown tags and ‘should’ discard syntax errors.
