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 |
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")))))