Installation

You will need to install the following requirements:

Linux

Debian/Ubuntu

$ sudo apt-get install python graphviz
$ sudo easy_install ply

RedHat/CentOS

$ sudo yum install python graphviz
$ sudo easy_install ply

Mac OS X

MacPorts

You will need to download and install MacPorts before following these instructions.

$ sudo port install graphviz
$ sudo easy_install ply

Main Download

You will need to download the source code:

Once you have downloaded the source code, you can directly modify and execute the pl0_*.py scripts.