eudoxia0 / docparser

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

Added :metaclass and :default-initargs parsing for classes for class-… #19

Closed frejanordsiek closed 5 years ago

frejanordsiek commented 5 years ago

Adds parsing of the :metaclass and :default-initargs options for classes for class-nodes. The metaclass is extracted as a symbol and defaulted to 'standard-class when it isn't given, and default-initargs is extracted as a list.

frejanordsiek commented 5 years ago

Wait, I just realized that I forgot to add class-node-metaclass and `class-node-default-initargs to the exports.

Do you want me to remove this pull request and submit a new one with that, or do you want to do an editted pull request?

eudoxia0 commented 5 years ago

Thanks! I can merge this and expand the export list after.