test/bones.lisp @ fa262e6111e9

Refactor the parsing and register assignment

Instead of using bare lists/conses/numbers for register assignments we now use
a separate data type.  This is a bit more wordy, but far easier to read and work
with.
author Steve Losh <steve@stevelosh.com>
date Thu, 14 Apr 2016 17:16:20 +0000
parents d08be7892816
children 5c914fbcb042
(in-package #:bones-test)

(def-suite :bones)
(in-suite :bones)