This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: frontends.html and Ksi


I committed the patch below, based on a submission by Michal (with
three minor tweaks).

Thanks!

Gerald

Index: frontends.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/frontends.html,v
retrieving revision 1.12
diff -u -3 -p -r1.12 frontends.html
--- frontends.html	16 Apr 2002 14:46:03 -0000	1.12
+++ frontends.html	15 May 2002 16:52:07 -0000
@@ -57,6 +57,11 @@ the back end, nor the front end proper,
 GCC, nor is the front-end likely to change to a more normal interface
 of linking directly to the back end.</li>

+<li>The <a href="ftp://ftp.pld-linux.org/people/malekith/ksi/";>Ksi
+language</a> provides a thin interface to GCC trees with lispy syntax.
+It is meant as an intermediate language, used for example by the
+<a href="http://gont.pld.org.pl/";>Gont</a> compiler.</li>
+
 </ul>

 </body>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]