Ant
Joined: 06 Mar 2004 Posts: 306 Location: Canada
|
Posted: Thu Apr 14, 2005 11:33 am Post subject: First addictions |
|
|
This is what is contained on the public svn repository.
(for now tested only on linux dmd 0.119)
- tree (functional - limited)
My new linux distribution didn't contain the command line 'tree',
and as I live by it, I created a simple version and it's included :)
- parseD (functional - too buggy)
This is a tool that uses the D parser formally on leds (I hope I can scrap it and use some other from other public project).
The tool itselft can produce a stripped version of a program or a import dependency tree.
The imports will be followed through the directories supplied on the -I parameter.
- docGen (not yet)
Again extracted from leds. It will produce documentation from the code comments.
examples at:
http://dui.sourceforge.net/ClassHierarchy.html
http://dui.sourceforge.net/dui_RadioButton_RadioButton.html
Ant |
|