repos
/
cl-unification
/ annotate_shade
summary
|
shortlog
|
log
|
tree
|
commit
|
commitdiff
|
headdiff
|
annotate
|
headblob
|
headfilediff
|
filehistory
normal
|
plain
|
shade
|
zebra
Create a named-readtable if the named-readtables library is also loaded
Annotate for file /lib-dependent/named-readtable.lisp
2010-02-05 pix
1
;;;; Set up a named-readtable
09:04:00 '
2
(in-package "CL.EXT.DACF.UNIFICATION")
'
3
'
4
(named-readtables:defreadtable template-readtable
'
5
(:dispatch-macro-char #\# #\t #'|sharp-T-reader|)
'
6
(:merge :common-lisp))