Clean up some of the WAM code/interface
Keeping the transliterated machine instruction functions around for now. I'll
probably remove them later.
author |
Steve Losh <steve@stevelosh.com> |
date |
Fri, 25 Mar 2016 11:51:13 +0000 |
parents |
b22eb7fe2faa |
children |
f3ed7ce70f3b |
(asdf:defsystem #:bones-test
:description "Test suite for bones."
:author "Steve Losh <steve@stevelosh.com>"
:license "MIT/X11"
:depends-on (#:bones
#:fiveam)
:serial t
:components ((:file "package-test")
(:module "test"
:components ((:file "bones")
(:file "paip")))))