Are there any examples of parsing a .m file and printing some of its contents? As an example, I would like to be able to print the function names as the documentation if any to each function name.
It is possible to write out an .m file from the tree? Is it possible to build up the tree from scratch in order to generate .m files?