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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2001-06-08 22:45:34 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-06-08 22:45:34 +0400
commit773a66abc5e63cc1d2f111daeaa2848891dc8f61 (patch)
tree94b8548e3b0efd4c276a7cc66d783c1cbf0b5038 /mcs/errors/errors.txt
Initial revisionINITIAL_IMPORT
svn path=/trunk/mcs/; revision=2
Diffstat (limited to 'mcs/errors/errors.txt')
-rwxr-xr-xmcs/errors/errors.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/mcs/errors/errors.txt b/mcs/errors/errors.txt
new file mode 100755
index 00000000000..d769c5c1bd2
--- /dev/null
+++ b/mcs/errors/errors.txt
@@ -0,0 +1,11 @@
+We use negative numbers for the compiler, and leave the possitive
+numbers to match the Microsoft numbers:
+
+-1 An Primary Expression was parsed, when a Type was expected.
+ This happens because my parser knowledge is limited, and I
+ am not good at writing grammars. It is still an error,
+ but if I were smarter, I would have found a Bison/Yacc way
+ of handling it.
+
+-2 Internal error, an interface is being defined inside an
+ interface (This should never happen). \ No newline at end of file