Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

noweb and C++

17 views
Skip to first unread message

dmgold...@gmail.com

unread,
Jan 3, 2007, 12:54:37 AM1/3/07
to
Is anyone aware of any noweb filters, tools, or options which
work better on C++ code than "-autodefs c" does? Alternatively,
does anyone know of a C++ front end that outputs identifier cross-
reference information?

gratefulfrog

unread,
Jan 7, 2007, 9:31:30 AM1/7/07
to
I'm sorry to only be able to offer the advice I got when trying to
answer the same question for "lisp" autodefs: It's relatively easy to
write one yourself. Look at the noweb documentation and use my lisp
autodefs as an example (http://gratefulfrog.net).

Good luck - please post back if you do develop a C++ autodef.

peter.k...@xs4all.nl

unread,
Jan 24, 2007, 12:17:30 PM1/24/07
to
gratefulfrog <gratef...@gmail.com> wrote:
> I'm sorry to only be able to offer the advice I got when trying to
> answer the same question for "lisp" autodefs: It's relatively easy to
> write one yourself. Look at the noweb documentation and use my lisp
> autodefs as an example (http://gratefulfrog.net).
>
> Good luck - please post back if you do develop a C++ autodef.

I did develop one two years ago:

http://sourceforge.net/docman/display_doc.php?docid=24255&group_id=116317

It uses a blunt trick, sure, but at least it is quite effective since
a real compiler parse tree is the source of xref data...

0 new messages