src/make-quickutils.lisp @ e45304805b40

Update tokenization comment
author Steve Losh <steve@stevelosh.com>
date Mon, 18 Apr 2016 15:29:53 +0000
parents 2f0b5c92febe
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")