Hello, this program can be used to visualize code written for the UUAG system (). The program is written in Java and there was also code written in UUAG/Haskell to modify the UUAG system to spit out files that the Java tool can understand. For the intermediate form ATerms were chosen. Based on an idea by Jurriaan Hage, the code was written by Tim Adelaar (both the Java and the UUAG part) as part of a bachelor project. The code was extended to work with a newer version of UUAG (the one written by Arthur Baars and Andres Loeh) by Jurriaan Hage. It has been incorporated into the UUAG mainline by Arie Middelkoop in Mar 2008. Read the TODO file in src to find out possible ideas and extensions to make the tool more usable. If you want to contribute, contact me. To build, you need ant. Then all you need to do is cd src ant dist cd ../dist java -jar visage-.jar Then go to open and load one of the x.hs.visage files provided in the dist directory. It contains both small, some strange and a large examples. The program also uses a config file, but its vocabulary is at this moment somewhat restricted. To generate your own visage files from UUAGC, you need to have at least 0.9.5, and use the --genvisage flag. As in uuagc --genvisage bla.ag which will generate a file name bla.hs.visage for you. cheers, Jur