30 Sep
2004
30 Sep
'04
10 p.m.
On Thu, 30 Sep 2004 09:38:05 +0100, Foster, Gareth
I want to write a tool (cli probably) where I can say, here you go, here is a large folder full of code, go and parse it. I will store the results in XML format somewhere, then, I can do say, "<myapp> class someclass" and the program will go and find where that class is declared/defined using its database, saving me headache.
If this is really all you're looking for, the Emacs "ctags" program is probably a much simpler solution to the problem. -- Caleb Epstein caleb.epstein@gmail.com