cocoaltags [-h/--help]
This is a really short perl script that use the package Tags.pm (see Tags.pm) to creates tag files for cocoal files. It can output either TAGS files for emacs or tag files for vi.
It records in the tag file definition of subroutines and, optionnaly, definitions of environnments, global variables, and, say, not too local variables. Tags are found with basic patterns (see the script).
Tags.pm
http://www.eleves.ens.fr:8080/home/nthiery/Tags/
the cocoa manpage
the perl manpage
http://www.eleves.ens.fr:8080/home/nthiery/