Removing shim.

This commit is contained in:
Bruce Hill 2019-01-01 17:17:52 -08:00
parent 3e89092833
commit ad6c5172e8

View File

@ -128,8 +128,3 @@ test:
if not _fell_through then return table.unpack(_results, 2) end if not _fell_through then return table.unpack(_results, 2) end
end end
") ")
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
(barf $) parses as (fail $)
(assume $1 or barf $2) parses as (unless $1: fail $2)