9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Steve Simon" <steve@quintile.net>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] ctags on plan 9 with acme-friendly tags
Date: Sun, 17 Feb 2008 07:01:42 +0000	[thread overview]
Message-ID: <65e00e2e11222637d7a060c4a5fa4c71@quintile.net> (raw)
In-Reply-To: <509071940802162134y571aaf2w77840afd1477a9e6@mail.gmail.com>

there was somthing which analysed C and produced a call graph in the form
of input for dot(1) years ago, the problem was a complex program produced a
complex graph... I will try to find out the packages name if required, I have
a feeling it may have been in comp.sources.(unix misc).

My personal favorite for analysing other peoples code is to a regular expression
to strip (possibly misleading) comments from the code. I then toggle Undo/Redo
as I read the code; but this is old news I expect.

I wrote a crude tool for indexing large chunks of C source in my contrib area
(srch) it uses lex(1) only so much of its crudity comes from its vague understanding
of C syntax.

nemo released some interesting indexing tools (in his contrib area) for plan9 but to my
chagrin I have yet to try them.

-Steve


  parent reply	other threads:[~2008-02-17  7:01 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-17  5:34 Anthony Sorace
2008-02-17  5:45 ` ron minnich
2008-02-17  7:01 ` Steve Simon [this message]
2008-02-17 14:05   ` Anthony Sorace
2008-02-18  9:30     ` Fco. J. Ballesteros
2008-02-17 15:18   ` Eric Van Hensbergen
2008-02-22 10:02   ` Douglas A. Gwyn
2008-02-18 17:24 ` balaji
2008-02-18 19:43   ` Anthony Sorace

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=65e00e2e11222637d7a060c4a5fa4c71@quintile.net \
    --to=steve@quintile.net \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).