eudoxia0 / docparser

Extract documentation from Common Lisp systems
41 stars 18 forks source link

Add support for define-setf-expander. #14

Closed tmccombs closed 9 years ago

tmccombs commented 9 years ago

Also made all operators have operator-setf-p.

I'm not sure if a setf-expander should be considered a macro or a different kind of operator. But I think at the very least operator-setf-p should be defined for all operators.

eudoxia0 commented 9 years ago

Thanks, and sorry for the delay, I didn't notice this PR.