#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.
 
 
 
 
 
 
Markus Palme 9b8e8de67b added SharpCoco source code 20 years ago
..
src added SharpCoco source code 20 years ago
SharpCoco.sln added SharpCoco source code 20 years ago
readme.txt added SharpCoco source code 20 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