Assorted diagrams for use as reference in understanding the structure and logic of the code within Penrose.
The diagram files themselves are written in the graphviz dot language. To output an svg from a given dot file, make sure that you have graphviz installed and then run the following:
$ FNAME="state" dot -Tsvg -o $FNAME.svg $FNAME.dot