package-test.lisp @ 1ab41e0128dc

Add the TRY* instructions to compilation

Still need to implement the actual bytecode.
author Steve Losh <steve@stevelosh.com>
date Wed, 20 Apr 2016 16:33:38 +0000
parents e29b793a6e91
children f3ed7ce70f3b
(defpackage #:bones-test
  (:use #:cl
        #:5am
        #:bones))

(defpackage #:bones-test.paip
  (:use #:cl
        #:5am
        #:bones.quickutils
        #:bones.paip)
  ; kill me
  (:shadowing-import-from #:5am #:fail))