Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README « jay « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e3995505b8a17a934576150718952eb054151210 (plain)
1
2
3
4
5
6
7
8
9
This is a port of Jay to C#, the original Jay can be found here:
	http://www.informatik.uni-osnabrueck.de/bernd/jay/

This is a temporary solution as we move to a Bison-generated parser
as it would provide better error recovery.

The original README from Jay is in `README.jay'

Miguel