From ad6c5172e807e142cd0bf2b1ec626ee96090db98 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 1 Jan 2019 17:17:52 -0800 Subject: [PATCH] Removing shim. --- core/errors.nom | 5 ----- 1 file changed, 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)