patch about MELT for GCC extensions.html page

Gerald Pfeifer gerald@pfeifer.com
Wed Sep 28 03:56:00 GMT 2011


On Tue, 27 Sep 2011, Basile Starynkevitch wrote:
> Gerald, if the patch is OK, could you please apply it?  
> I am very uneasy about CVS for the GCC website.

Sure, happy to Basile.  I made some minor changes (<em> instead of
<i>, <code> instead of <tt>, this kind) and committed the updated
patch below.

Thanks,
Gerald

Index: extensions.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/extensions.html,v
retrieving revision 1.50
diff -u -r1.50 extensions.html
--- extensions.html	27 Sep 2011 20:59:41 -0000	1.50
+++ extensions.html	27 Sep 2011 23:44:53 -0000
@@ -12,6 +12,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 <em>domain specific language</em> to ease the
+  development of GCC extensions. It is available as a GCC experimental
+  branch on <code>svn://gcc.gnu.org/svn/gcc/branches/melt-branch</code>,
+  and also as a GCC [meta-] <em>plugin</em> (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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gcc-MELT-extensions.diff
Type: text/x-diff
Size: 984 bytes
Desc: 
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20110928/3a9350e6/attachment.bin>


More information about the Gcc-patches mailing list