named-readtables

BSD, see LICENSE

Library that creates a namespace for readtables akin to the namespace of packages.

$ area51 add named-readtablesCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(named-readtables:some-function ...)