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 about MELT for GCC extensions.html page


Hello All

Gerald suggested me to submit a patch to the http://gcc.gnu.org/extensions.html
page about GCC MELT.

I am attaching it.

Gerald, if the patch is OK, could you please apply it?  
I am very uneasy about CVS for the GCC website.

Regards.

-- 
Basile STARYNKEVITCH         http://starynkevitch.net/Basile/
email: basile<at>starynkevitch<dot>net mobile: +33 6 8501 2359
8, rue de la Faiencerie, 92340 Bourg La Reine, France
*** opinions {are only mines, sont seulement les miennes} ***
--- extensions-old.html	2011-09-27 12:39:51.000000000 +0200
+++ extensions-new.html	2011-09-27 12:50:29.000000000 +0200
@@ -43,6 +43,19 @@
 tree. Please direct feedback and bug reports to their respective
 maintainers, not our mailing lists.</p>
 
+<h2><a href="http://gcc-melt.org/";>GCC MELT</a></h2>
+
+<p>MELT is a high-level <i>domain specific language</i> to ease the
+  development of GCC extensions. It is available as a GCC experimental
+  branch on <tt>svn://gcc.gnu.org/svn/gcc/branches/melt-branch</tt>,
+  and also as a GCC [meta-] <b>plugin</b> (GPLv3 licensed, FSF
+  copyrighted).</p>
+
+<p>The MELT language is translated to C, and provides powerful
+  features (pattern-matching, functional, object, reflective
+  programming styles, ability to mix C and MELT code, Lisp look, ...)
+  to ease development of GCC plugin-like extensions.</p>
+
 
 <h2><a href="http://pdp10.nocrew.org/gcc/";>PDP-10 port</a></h2>
 <p>This is an experimental port of GCC to the DEC PDP-10

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