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:
authorNick Drochak <nickd@mono-cvs.ximian.com>2001-09-06 23:06:00 +0400
committerNick Drochak <nickd@mono-cvs.ximian.com>2001-09-06 23:06:00 +0400
commit2ad629d1b7122ad593e08d05db5eb3ee36a98c3e (patch)
treef78469ee404598347ac76e3fa6a2d3b8169a177e /web/c-sharp
parenta6933952be7dc3195d3d8c9cd7af6816c25d565a (diff)
2001-09-07 Nick Drochak <ndrochak@gol.com>
* c-sharp: Put in reference to jb2csharp project on Sourceforge for those interested in helping with the port. svn path=/trunk/mono/; revision=735
Diffstat (limited to 'web/c-sharp')
-rw-r--r--web/c-sharp12
1 files changed, 8 insertions, 4 deletions
diff --git a/web/c-sharp b/web/c-sharp
index 0c5be542f02..287a733dde4 100644
--- a/web/c-sharp
+++ b/web/c-sharp
@@ -72,16 +72,20 @@
* 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)
+ become Bison-to-C# compiler.
+
+ Nick Drochak has started a project on SourceForge for this.
+ You can find the project at: <a href="http://sourceforge.net/projects/jb2csharp/">
+ http://sourceforge.net/projects/jb2csharp/</a>
</ul>
Interesting and Fun hacks to the compiler:
<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).
+ interested in working on this, please contact the project admin on SourceForge:
+ <a href="http://sourceforge.net/projects/jb2csharp/">
+ http://sourceforge.net/projects/jb2csharp/</a>
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>