aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-01-01 17:17:52 -0800
committerBruce Hill <bruce@bruce-hill.com>2019-01-01 17:17:52 -0800
commitad6c5172e807e142cd0bf2b1ec626ee96090db98 (patch)
tree72ede83de70985d93e5e283d11d49bb988488622 /core
parent3e89092833a6d407e711fe4ae5f44474ff34cf64 (diff)
Removing shim.
Diffstat (limited to 'core')
-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)