aboutsummaryrefslogtreecommitdiff
path: root/core/errors.nom
diff options
context:
space:
mode:
Diffstat (limited to 'core/errors.nom')
-rw-r--r--core/errors.nom5
1 files changed, 0 insertions, 5 deletions
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)