diff --git a/core/errors.nom b/core/errors.nom index bd9e1c4..12b0065 100644 --- a/core/errors.nom +++ b/core/errors.nom @@ -128,8 +128,3 @@ test: if not _fell_through then return table.unpack(_results, 2) end end ") - -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -(barf $) parses as (fail $) -(assume $1 or barf $2) parses as (unless $1: fail $2)