errors.txt 835 B

123456789101112131415161718192021
  1. We use negative numbers for the compiler, and leave the possitive
  2. numbers to match the Microsoft numbers:
  3. -1 An Primary Expression was parsed, when a Type was expected.
  4. This happens because my parser knowledge is limited, and I
  5. am not good at writing grammars. It is still an error,
  6. but if I were smarter, I would have found a Bison/Yacc way
  7. of handling it.
  8. -2 Internal error, an interface is being defined inside an
  9. interface (This should never happen).
  10. -3 Constant type is not one of sbyte, byte, short, ushort, int,
  11. uint, long, ulong, char, float, double, decimal, bool, string, enum
  12. or null type.
  13. -5 A search for a name on a Type returned matches that contain
  14. methods and non-methods. They have the same name, and I do
  15. not know how this is possible to begin with.
  16. -6 Generic internal compiler error.