home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / perl / 5540 < prev    next >
Encoding:
Internet Message Format  |  1992-08-26  |  1.1 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!usc!isi.edu!rod
  2. From: rod@isi.edu (Rodney Doyle Van Meter III)
  3. Newsgroups: comp.lang.perl
  4. Subject: C cross referencer (was Re: locsym)
  5. Message-ID: <22274@venera.isi.edu>
  6. Date: 27 Aug 92 05:32:03 GMT
  7. References: <1992Aug.163742.18050@abigale.uucp>
  8. Reply-To: rod@venera.isi.edu (Rodney Doyle Van Meter III)
  9. Organization: Information Sciences Institute, Univ. of So. California
  10. Lines: 19
  11.  
  12.  
  13. Certainly a marvelously useful tool; I was doing it literally
  14. yesterday. If only I'd been caught on netnews :-).
  15.  
  16. The next tool I'm looking for is a C cross referencer that will
  17. handle ANSI syntax.  Perl is the obvious choice for writing
  18. such a tool; has anyone done it?  I invested about two hours
  19. in an extremely primitive one myself, but I don't want to
  20. reinvent the wheel if somebody has designed and written one
  21. already.
  22.  
  23. It needs to be fairly robust in the case of incomplete code;
  24. I like to use it as I'm writing. cxref supplied w/ SunOS
  25. barfs on my ragged code, and can't handle ANSI.
  26.  
  27. Pointers to a freely available one in any language are okay,
  28. though Perl is the obvious choice.
  29.  
  30.         --Rod
  31.