This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: frontends.html -- remove FLIM and GNU Shakespeare
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: gcc-patches at gcc dot gnu dot org
- Cc: Shijesta Victor <shijesta at csa dot iisc dot ernet dot in>,Sreejith Menon <sreejith at csa dot iisc dot ernet dot in>
- Date: Sat, 11 Oct 2003 00:56:08 +0200 (CEST)
- Subject: Re: PATCH: frontends.html -- remove FLIM and GNU Shakespeare
- References: <Pine.BSF.4.56.0309292131510.63127@naos.dbai.tuwien.ac.at><3F791D08.8010606@hotmail.com> <Pine.BSF.4.56.0309301009340.73584@acrux.dbai.tuwien.ac.at><1064913002.18916.1420.camel@hanuman> <Pine.BSF.4.58.0310020042070.79281@acrux.dbai.tuwien.ac.at><1065283858.18529.1563.camel@hanuman>
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.