From patchwork Wed Sep 28 00:10:20 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 116689 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 5E5ABB6F7E for ; Wed, 28 Sep 2011 10:11:00 +1000 (EST) Received: (qmail 16716 invoked by alias); 28 Sep 2011 00:10:54 -0000 Received: (qmail 16704 invoked by uid 22791); 28 Sep 2011 00:10:51 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 28 Sep 2011 00:10:27 +0000 Received: from g159.suse.de (charybdis-ext.suse.de [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id 89B5A3F416; Tue, 27 Sep 2011 20:10:25 -0400 (EDT) Date: Wed, 28 Sep 2011 02:10:20 +0200 (CEST) From: Gerald Pfeifer To: Basile Starynkevitch cc: gcc-patches@gcc.gnu.org Subject: Re: patch about MELT for GCC extensions.html page In-Reply-To: <20110927105741.GA12447@ours.starynkevitch.net> Message-ID: References: <20110927105741.GA12447@ours.starynkevitch.net> MIME-Version: 1.0 Content-Disposition: INLINE X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org 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 ( instead of , instead of , this kind) and committed the updated patch below. Thanks, Gerald --- 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.

+

GCC MELT

+ +

MELT is a high-level domain specific language to ease the + development of GCC extensions. It is available as a GCC experimental + branch on svn://gcc.gnu.org/svn/gcc/branches/melt-branch, + and also as a GCC [meta-] plugin (GPLv3 licensed, FSF + copyrighted).

+ +

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.

+

PDP-10 port

This is an experimental port of GCC to the DEC PDP-10