File: package.lisp

package info (click to toggle)
cl-named-readtables 20250524.git8bd0045-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 204 kB
  • sloc: lisp: 1,532; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 325 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
;;; -*- Mode:Lisp -*-

(cl:defpackage :named-readtables-test
  (:use :common-lisp :named-readtables :try)
  (:import-from :named-readtables
                #:dispatch-macro-char-p
                #:do-readtable
                #:ensure-function
                #:ensure-dispatch-macro-character
                #:function=))