The Puffin

This was a language done at NASA Ames Research Center during the summer of 2003. It was intended for quantifying events in programs, but ended up being a meta-programming tool for transforming programs. Here are the distributions:

Source (zip)   puffin-0.1.1-src.zip
Source (gzip)   puffin-0.1.1-src.tar.gz
Binary (zip)   puffin-0.1.1-bin.zip
Binary (gzip)   puffin-0.1.1-bin.tar.gz
Docs (zip)   puffin-0.1.1-doc.zip
Docs (gzip)   puffin-0.1.1-doc.tar.gz

Please read the README or invoke ant with the help target, i.e. ant help to see how to build this. It is a little tricky. Basically you have to do the following:

ant clean
ant build.all
ant build.all

After that you can build just with ant or use one of the included compile shell scripts.