package-test.lisp @ 1dd07907df49

Implement the stack, register designators, and track permanent vars

Still need to implement the machine code changes to handle permanent vars, as
well as the allocation instructions.
author Steve Losh <steve@stevelosh.com>
date Fri, 15 Apr 2016 20:28:35 +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))