README revision 2632:1bb2f91485ea
1This directory mostly contains tests for various types of error
2conditions.  To run:
3
4  $ python testlex.py .
5  $ python testyacc.py .
6
7(make sure lex.py and yacc.py exist in this directory before
8running the tests).
9
10