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 -- FLIM and Shakespeare


I just committed the patch below, which is based on a submission
by sreejith menon <sreejithkmenon@yahoo.com>, with minor tweaks
(including quotes around the description of Shakespeare) by myself.

Gerald

Index: frontends.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/frontends.html,v
retrieving revision 1.15
diff -u -3 -p -r1.15 frontends.html
--- frontends.html	22 May 2002 06:53:42 -0000	1.15
+++ frontends.html	13 Sep 2002 06:37:17 -0000
@@ -61,10 +61,13 @@ language</a> provides a thin interface t
 It is meant as an intermediate language, used for example by the
 <a href="http://gont.pld.org.pl/";>Gont</a> compiler.</li>

-<li> <a href="http://www.geocities.com/flimfrontend/";>FLIM</a>, a Flexible
+<li><a href="http://www.gnuprojects.org/flim/flim.htm";>FLIM</a>, a Flexible
 Language for Integer Manipulation, can be used as a guideline in developing
-a new frontend for GCC.</li>
+a new frontend for GCC.</li>

+<li><a href="http://www.gnuprojects.org/spl/splf.htm";>GNU Shakespeare</a>,
+a "language with the expressiveness of BASIC and user-friendliness of assembly
+language".</li>
 </ul>

 </body>


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