PATCH: frontends.html -- remove FLIM and GNU Shakespeare

Gerald Pfeifer gerald@pfeifer.com
Fri Oct 10 22:56:00 GMT 2003


I comitted the following as a followup patch:

  Again add FLIM and GNU Shakespeare.
  Originally by Shijesta Victor <shijesta@csa.iisc.ernet.in>.

Gerald

Index: frontends.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/frontends.html,v
retrieving revision 1.21
diff -u -3 -p -r1.21 frontends.html
--- frontends.html	29 Sep 2003 19:33:04 -0000	1.21
+++ frontends.html	10 Oct 2003 22:53:37 -0000
@@ -61,6 +61,16 @@ language provides a thin interface to GC
 It is meant as an intermediate language, used for example by the
 <a href="http://www.kernel.pl/~malekith/gont/">Gont</a> compiler.</li>

+<li><a
+href="http://people.csa.iisc.ernet.in/sreejith/frontends/flim/">FLIM</a>,
+a Flexible Language for Integer Manipulation, can be used as a guideline
+for developing a new frontend for GCC.</li>
+
+<li><a
+href="http://people.csa.iisc.ernet.in/sreejith/frontends/spl/">GNU
+Shakespeare</a> ,a "language with the expressiveness of BASIC and
+user-friendliness of assembly language".</li>
+
 <li><a href="http://ghdl.free.fr">GHDL</a> is a GCC front end for the
 VHDL (IEEE 1076) hardware design language.  GHDL and its runtime library
 are written in Ada95 using GNAT and are distributed under the GPL.



More information about the Gcc-patches mailing list