src/make-quickutils.lisp @ 2f0b5c92febe

Implement (mostly) register designators

The compilation part is finished, only need to get them into the instructions
now.  Also implemented ALOC/DEAL and did a bunch of refactoring.
author Steve Losh <steve@stevelosh.com>
date Sat, 16 Apr 2016 02:20:29 +0000
parents d16b5b360398
children 67535b9c3b86
(ql:quickload 'quickutil)

(qtlc:save-utils-as
  "quickutils.lisp"
  :utilities '(:define-constant
               :set-equal
               :curry
               :switch
               :ensure-boolean
               :while
               :until
               :tree-member-p
               :tree-collect
               :with-gensyms
               :zip
               :alist-to-hash-table
               :map-tree
               )
  :package "BONES.QUICKUTILS")