dfe140066ff6
Unfuck the readtables
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Fri, 20 Jan 2017 00:04:30 +0000 |
parents | 059f10f16431 |
children | e18d61e9aaa0 |
branches/tags | (none) |
files | magitek.asd src/readtables.lisp src/robots/rpg-shopkeeper.lisp |
Changes
--- a/magitek.asd Fri Jan 20 00:02:27 2017 +0000 +++ b/magitek.asd Fri Jan 20 00:04:30 2017 +0000 @@ -36,7 +36,8 @@ (:file "quickutils"))) (:file "package") (:module "src" :serial t - :components ((:file "database") + :components ((:file "readtables") + (:file "database") (:file "twitter") (:file "markov") (:module "robots"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/readtables.lisp Fri Jan 20 00:04:30 2017 +0000 @@ -0,0 +1,4 @@ +(in-package :magitek) + +(named-readtables:defreadtable :nutbags-readtable + (:fuze :chancery :fare-quasiquote))
--- a/src/robots/rpg-shopkeeper.lisp Fri Jan 20 00:02:27 2017 +0000 +++ b/src/robots/rpg-shopkeeper.lisp Fri Jan 20 00:04:30 2017 +0000 @@ -1,8 +1,4 @@ (in-package :magitek.robots.rpg-shopkeeper) - -(named-readtables:defreadtable :nutbags-readtable - (:fuze :chancery :fare-quasiquote)) - (named-readtables:in-readtable :nutbags-readtable) ;;;; Utils --------------------------------------------------------------------