Revision 568824

Go back to digest for 6th August 2006

Features in Development Tools

Jakob Petsovits committed changes in /branches/work/kdevelop-pg/examples/csharp:

Provide a C# 1.0 compatibility mode.
If you're using the command line parser, you can say
"./csharp --compatibility=1.0 file.cs"
and the parser lists 2.0-only features as errors.

Also, implement the non-specified but MS/Mono-supported
fixed size buffer array declarations, which improves
the passed/failed test case ratio so that only
2 of 17050 files deliver errors when they shouldn't.

Also, let modifier flags be unsigned instead of signed ints.

File Changes

Modified 6 files
  • /branches/work/kdevelop-pg/examples/csharp
  •   /csharp.cpp
  •   /csharp.g
  •   /csharp.h
  •   /csharp_lexer.cc
  •   /csharp_lexer.ll
  •   /main.cpp
6 files changed in total