cl-read-macro-tokens
Modify lisp reader, so that it could dispatch not only on characters, but also on arbitrary symbols in CAR position of a list.

It also adds DEFMACRO!! macros, which lets you define macro, which modify lisp-reader inside their body.

For more info and usage, see README on the homepage.

Licence: GPL

Homepage: https://github.com/mabragor/cl-read-macro-tokens

Depends on: defmacro-enhance


language extension