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

readme.txt « SharpCoco « Tools « core « src « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 77a613126942908e91ed8c7f59d0e1e7d6c11017 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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