The purpose of this page is to list development utilities that we will be using in our project, including those utilities created by ourselves.


First of all, I (stevenj) have created an awk script to extract the foo.clu.lib files from foo.clu source files (click here to find out why you would want to do this). I have put instructions for its use on the Web.
Also, in order to make putting specifications on the Web easier, I wrote another awk script to translate the foo.clu.lib file generated from above into an HTML file. (Here is some sample output from the program.) It only works on cluster files right now. It is in the group directory and is called htmlspec.awk. To run it, just type:

awk -f htmlspec.awk foo.lib.clu > foo.spec.html