Version 20 of Fed Builder

Updated 2005-10-19 05:00:55

George Peter Staplin: What is it you may ask? It's an editor for C programs or extensions. It automates the structuring of a program.

I found that with many projects I would get lost as the project grew. I would start factoring out the code into more files, and then as those files grew, I would again have to restructure the project. I also found it annoying having long function prologues with code.

Fed Builder is a simple solution to these problems. As every function is in its own file the structure is clear. Files are saved automatically whenever they are changed. As a file is changed a revision header is also increased. Two other scripts are included with the distribution to aid in project development generate_prototypes.tcl and generate_includes.tcl.

Release 17: http://www.xmission.com/~georgeps/implementation/software/Fed_Builder/Fed_Builder-17.png

Browsable directory: http://www.xmission.com/~georgeps/implementation/software/Fed_Builder/FedBld17.png


ProcMeUp is a similar project designed for structuring Tcl programs.


Category Application | Category Dev. Tools