• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

extract the list of all functions contained in a file

  • Thread starter Thread starter rpor66
  • Start date Start date

rpor66

Guest
I was in the need to have the list of all the functions contained in a file lisp, possibly with a description of what the single function does.
assuming that the file lisp is formatted with the comment of the function preceding the definition of the file:
; commentary
(defun...)

I made a file in excel that:
1) opens file lisp
2) scans it and each (defun writes the whole line in column a and comment in column b
3) at the end, it performs an order based on column a

the file is set to be printed on horizontal a4.

Hi.

n.b.: when you close the excel file, if you have saved the file, closes and at the next opening you will find it compiled with the last file lisp processed, on the contrary it will be emptied, saved, so as to let it clean.
 

Attachments

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top