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-07-11 19:08:21 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-07-11 19:08:21 +0400
commit16e3d27af5966e8516080566fcd5a2574b6ecad3 (patch)
tree8001b2b2eb818d90299e9cafab5fdf7ebe8138c5 /web/c-sharp
parent97ddf06aca623a9370172a648f473bc924f46801 (diff)
Flush more FAQ
svn path=/trunk/mono/; revision=92
Diffstat (limited to 'web/c-sharp')
-rw-r--r--web/c-sharp15
1 files changed, 15 insertions, 0 deletions
diff --git a/web/c-sharp b/web/c-sharp
index 62f3ebd7aac..c37fe559200 100644
--- a/web/c-sharp
+++ b/web/c-sharp
@@ -82,6 +82,21 @@
parents are.
</ul>
+ Interesting tasks:
+
+ <ul>
+ * Finishing the JB port from Java to C#. If you are
+ interested in working on this, please contact Brian
+ Jepson (bjepson at oreilly d-o-t com).
+
+ More on JB at: <a href="http://www.cs.colorado.edu/~dennis/software/jb.html">
+ http://www.cs.colorado.edu/~dennis/software/jb.html</a>
+
+ JB will allow us to move from the Berkeley Yacc
+ based Jay to a Bison-based compiler (better error
+ reporting and recovery).
+ </ul>
+
** Questions and Answers
Q: Why not write a C# front-end for GCC?