More docs
authorMiguel de Icaza <miguel@gnome.org>
Mon, 9 Jul 2001 23:43:18 +0000 (23:43 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Mon, 9 Jul 2001 23:43:18 +0000 (23:43 -0000)
svn path=/trunk/mono/; revision=82

doc/c-sharp
doc/tools
web/c-sharp
web/tools

index ec740cdce66733be2628382d9833f1004104e547..62f3ebd7aac631ec5d6d4f6ca18650e2b3606b94 100644 (file)
        
        </ul>
 
+<a name="tasks">
 ** Current pending tasks
 
-       Array declarations are currently being ignored, 
+       Simple tasks:
 
-       PInvoke is not supported.
+       <ul>
+               * Array declarations are currently being ignored, 
+
+               * PInvoke declarations are not supported.
+
+               * Pre-processing is not supported.
+
+               * Attribute declarations and passing currently ignored.
 
-       Pre-processing is not supported.
+               * Compiler does not pass around line/col information from tokenizer for error reporting.
 
-       Attribute declarations and passing currently ignored.
+               * Jay does not work correctly with `error'
+                 productions, making parser errors hard to point.  It
+                 would be best to port the Bison-To-Java compiler to
+                 become Bison-to-C# compiler (bjepson@oreilly.com
+                 might have more information)
+       </ul>
+
+       Critical tasks:
 
-       Compiler does not pass around line/col information from tokenizer for error reporting.
+       <ul>
+               * Resolve "base" classes and "base" interfaces for
+                 classes, structs and interfaces.
 
-       Jay does not work correctly with `error' productions, making parser errors hard to point.
+                 Once this is done, we can actually do the semantic
+                 analysis, because otherwise we do not know who our
+                 parents are.
+       </ul>
 
 ** Questions and Answers
 
index 59c1447466143b650c6276b67b9b23a57e29ba90..1a7065d58aab512a58ea3e7952def0e468e9a8e7 100644 (file)
--- a/doc/tools
+++ b/doc/tools
@@ -4,6 +4,12 @@
        Mono-based solution.  Some of these tools can be developed on
        Windows before Mono is fully finished.
 
+** Debugger
+
+       We will need a debugging API to debug CLI applications and
+       then a debugger component that can be used in an IDE
+       environment.
+
 ** Integrated Development Environment
 
        There is already a project to create a C# development
index ec740cdce66733be2628382d9833f1004104e547..62f3ebd7aac631ec5d6d4f6ca18650e2b3606b94 100644 (file)
        
        </ul>
 
+<a name="tasks">
 ** Current pending tasks
 
-       Array declarations are currently being ignored, 
+       Simple tasks:
 
-       PInvoke is not supported.
+       <ul>
+               * Array declarations are currently being ignored, 
+
+               * PInvoke declarations are not supported.
+
+               * Pre-processing is not supported.
+
+               * Attribute declarations and passing currently ignored.
 
-       Pre-processing is not supported.
+               * Compiler does not pass around line/col information from tokenizer for error reporting.
 
-       Attribute declarations and passing currently ignored.
+               * Jay does not work correctly with `error'
+                 productions, making parser errors hard to point.  It
+                 would be best to port the Bison-To-Java compiler to
+                 become Bison-to-C# compiler (bjepson@oreilly.com
+                 might have more information)
+       </ul>
+
+       Critical tasks:
 
-       Compiler does not pass around line/col information from tokenizer for error reporting.
+       <ul>
+               * Resolve "base" classes and "base" interfaces for
+                 classes, structs and interfaces.
 
-       Jay does not work correctly with `error' productions, making parser errors hard to point.
+                 Once this is done, we can actually do the semantic
+                 analysis, because otherwise we do not know who our
+                 parents are.
+       </ul>
 
 ** Questions and Answers
 
index 59c1447466143b650c6276b67b9b23a57e29ba90..1a7065d58aab512a58ea3e7952def0e468e9a8e7 100644 (file)
--- a/web/tools
+++ b/web/tools
@@ -4,6 +4,12 @@
        Mono-based solution.  Some of these tools can be developed on
        Windows before Mono is fully finished.
 
+** Debugger
+
+       We will need a debugging API to debug CLI applications and
+       then a debugger component that can be used in an IDE
+       environment.
+
 ** Integrated Development Environment
 
        There is already a project to create a C# development