remove IsReadOnly
[mono.git] / mcs / jay / README
1 This is a port of Jay to C#, the original Jay can be found here:
2         http://www.informatik.uni-osnabrueck.de/bernd/jay/
3
4 This is a temporary solution as we move to a Bison-generated parser
5 as it would provide better error recovery (and error productions
6 are broken in my port of Jay).
7
8 The original README from Jay is in `README.jay'
9
10 Miguel