rentzsch.com: tales from the red shed

class-dump 3.0

Links
Steve Nygard has released version 3.0 of class-dump.

Internally, 3.0 features massive internal changes. Yacc is replaced with a recursive descent parser. The ability to dump separated header files is now built-in (previously, you had to use my hacked version).

Steve's header file generation code is also smarter than my bolted-on hack. First, because it knows the name of the framework it's processing, it can generate imports like #import <Foundation/NSObject.h>. Second, it handles protocols in a better way that won't conflict. It also forward declares a lot more instead of attempting to figure out dependencies.

Steve's put some primo work into this release -- check it out!

Wednesday, February 18, 2004
12:00 AM