reader-interception
Intercept the reader to replace CL syntax with your own
$ area51 add reader-interceptionCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(reader-interception:some-function ...)