1This directory mostly contains tests for various types of error
2conditions.  To run:
3
4  $ python testlex.py .
5  $ python testyacc.py .
6
7The tests can also be run using the Python unittest module.
8
9   $ python rununit.py
10
11The script 'cleanup.sh' cleans up this directory to its original state.
12