#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Mike Krüger c4336b038c created trunk folder. 21 years ago
..
bin/Debug created trunk folder. 21 years ago
src created trunk folder. 21 years ago
readme.txt created trunk folder. 21 years ago

readme.txt

Modified version of Coco/R

The original version can be found at:
http://www.ssw.uni-linz.ac.at/Research/Projects/Coco/CSharp/

Changes

+ Added #line pragmas for the generated parser
+ Now Coco uses more enums than ints...
+ no static method generation (now all is public)
+ Error & Scanner are now fields inside the parser, no more static
calling

Mike