source: trunk/abcl/contrib/named-readtables/test/package.lisp

Last change on this file was 15019, checked in by Mark Evenson, 7 years ago

abcl-contrib: add NAMED-READTABLES

From <https://github.com/melisgl/named-readtables>.

c.f. <https://github.com/melisgl/named-readtables/issues/10>

File size: 275 bytes
Line 
1;;; -*- Mode:Lisp -*-
2
3(in-package :cl-user)
4
5(defpackage :named-readtables-test
6  (:use :cl :named-readtables)
7  (:import-from :named-readtables
8     #:dispatch-macro-char-p
9     #:do-readtable
10     #:ensure-function
11     #:ensure-dispatch-macro-character
12     #:function=))
Note: See TracBrowser for help on using the repository browser.