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.
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.