[Lxr-developer] Re: Modified LXR for TclCL
Brought to you by:
ajlittoz
From: Wesley M. <we...@bm...> - 2001-06-23 02:57:29
|
I've posted a tar.gz of my modified source (merged with the official LXR 0.3 source) to http://www.openmash.org/lxr/. In addition to supporting identifiers for TclCL, it also recognizes a special variable named 'Component' and treats them differently when generating the HTML headers. I wanted to specify components seperately, and wrote some stuff to do so, but ultimately it was easier to just hack in the $string eq 'Component' and handle it differently. - Wes Per Kristian Gjermshus wrote: > > * Wesley Miaw > | I wanted to drop you a line and let you know that I modified LXR so > | that it will work on source trees containing both C/C++ and TclCL. It > | creates an additional database for TclCL identifiers (which break down > | into classes, global variables, and functions) and cross-references > | subclasses of the C++ class TclClass (but not functions of such > | classes). > | > | I can send you my modified source code if you like. I think we will > | also end up posting it somewhere on the site where we use it: > | http://www.openmash.org/. > > That would certainly be interesting. I am cc'ing the developers list > as well. Someone might be interested in integrating your work with the > development branch of LXR. > > Per Kristian |