From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sympa.inria.fr (Postfix) with ESMTPS id 4391E7EE4B for ; Tue, 15 Oct 2013 20:29:37 +0200 (CEST) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of gdsfh1@gmail.com) identity=pra; client-ip=209.85.216.175; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="gdsfh1@gmail.com"; x-sender="gdsfh1@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail3-smtp-sop.national.inria.fr: domain of gdsfh1@gmail.com designates 209.85.216.175 as permitted sender) identity=mailfrom; client-ip=209.85.216.175; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="gdsfh1@gmail.com"; x-sender="gdsfh1@gmail.com"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@mail-qc0-f175.google.com) identity=helo; client-ip=209.85.216.175; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="gdsfh1@gmail.com"; x-sender="postmaster@mail-qc0-f175.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AosBAFKIXVLRVdivm2dsb2JhbABahBGDKb8BgRsIFg4BAQEBAQYLCwkUKIIlAQEEASMEGQEbHgMBCwYFCwMMAiYCAiIBEQEFARwGiAYBAwkGnzaMAlODCoQkChknDWSJAQEFDIEdjiiCaoE7A4k2jk6QFxgpgxCBQTk X-IPAS-Result: AosBAFKIXVLRVdivm2dsb2JhbABahBGDKb8BgRsIFg4BAQEBAQYLCwkUKIIlAQEEASMEGQEbHgMBCwYFCwMMAiYCAiIBEQEFARwGiAYBAwkGnzaMAlODCoQkChknDWSJAQEFDIEdjiiCaoE7A4k2jk6QFxgpgxCBQTk X-IronPort-AV: E=Sophos;i="4.93,501,1378850400"; d="scan'208";a="30473663" Received: from mail-qc0-f175.google.com ([209.85.216.175]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/RC4-SHA; 15 Oct 2013 20:29:36 +0200 Received: by mail-qc0-f175.google.com with SMTP id v2so6271329qcr.34 for ; Tue, 15 Oct 2013 11:29:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=fyoCRsYmb/CuNniBM4qzL4eCsUZBCNGcqRfafyu9cUM=; b=sxYcFOPRfVsfNgEGmGt8Rd84ZnlLS2sBPe1DtXGc891Z7mzeYW/8EGirjMeFcquu5o SyfB5f5FN1PSFh6B7ciJdSGxS5yEcGd5xb0mCecoBJd3nz3kwu8J7TBtoy/vYs+3VjbK kMS4aKE0I19dN/gOLNT9jy1UPUtRu0ulMFudOSyZrhNJa8l49qWpEEozLm0VRLvD3zAr opzvTJoHeXQvxdNO5e9p3BXmmXch5opMNBUUNKXHkJ+8oY1EVaVhOMZPYwcppi/pzzJO 8O+PjYeV71s9quWW390c/VZYd9hY+YID9vImxEThvz5k/qgrEn551Qayw+3+Oos/bnpe HUzQ== MIME-Version: 1.0 X-Received: by 10.224.124.134 with SMTP id u6mr31510243qar.79.1381861775284; Tue, 15 Oct 2013 11:29:35 -0700 (PDT) Received: by 10.49.119.197 with HTTP; Tue, 15 Oct 2013 11:29:35 -0700 (PDT) In-Reply-To: <20131015132216.GC7090@kerneis.info> References: <20131015124116.GA7090@kerneis.info> <20131015132216.GC7090@kerneis.info> Date: Tue, 15 Oct 2013 21:29:35 +0300 Message-ID: From: Dmitry Grebeniuk To: Gabriel Kerneis Content-Type: text/plain; charset=UTF-8 Subject: Re: [Caml-list] [ocaml-jobs] Developper position: designing a C front-end in OCaml Hello. > We are talking about changing the AST used to manipulate the programs. > Changing it (in either CIL or Frama-C) would mean breaking every > existing code around the world based on it. I don't think so. Imagine that "C source -> CIL representation (available to code based on CIL)" could be enhanced to "C source -> Very Concrete C AST -> CIL representation". Old users are happy, new users have access to Very Concrete C AST.