This video demonstrates how to use the package for displaying the structure of sexprs. Essentially, the procedure SHOW returns a string. When printed, you get the source of a directed graph in the Graphviz language (http://www.graphviz.org/). The package comes with a makefile that compiles .dot files into .pdf files, so you can create a vector-based PDF file by typing "make filename.pdf". Finally, we view the resulting PDF.
Check out the complete package at http://www.cs.bgu.ac.il/~gmayer/website/#-1976
All Comments