From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id DB399BC0A for ; Fri, 18 May 2007 10:53:25 +0200 (CEST) Received: from smeltpunt.science.ru.nl (smeltpunt.science.ru.nl [131.174.16.145]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id l4I8rPec019826 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Fri, 18 May 2007 10:53:25 +0200 Received: from tandem.cs.ru.nl [131.174.142.18] (helo=tandem.cs.ru.nl) by smeltpunt.science.ru.nl (8.13.7/5.11) with ESMTP id l4I8rO5O009342 for ; Fri, 18 May 2007 10:53:24 +0200 (MEST) Received: from tews by tandem.cs.ru.nl with local (Exim 4.63) (envelope-from ) id 1HoyDK-0005jF-5e for caml-list@yquem.inria.fr; Fri, 18 May 2007 10:53:30 +0200 From: Hendrik Tews To: caml-list@yquem.inria.fr Subject: Re: [Caml-list] OCaml release 3.10.0 References: <464D64AF.3000406@inria.fr> Date: Fri, 18 May 2007 10:53:30 +0200 In-Reply-To: <464D64AF.3000406@inria.fr> (Xavier Leroy's message of "Fri, 18 May 2007 10:32:47 +0200") Message-ID: User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Scanned-By: MIMEDefang 2.56 on 131.174.16.145 X-Miltered: at concorde with ID 464D6985.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; hendrik:01 tews:01 tews:01 ocaml:01 camlp:01 modular:01 syntax:01 syntax:01 ocaml:01 camlp:01 hendrik:01 preprocessor:01 caml-list:01 writes:01 api:01 Xavier Leroy writes: * The Camlp4 preprocessor was partially reimplemented and offers a new, more modular API for syntax extensions. (Users of third-party syntax extensions may wish to stay with OCaml 3.09 until these extensions are ported to the new API.) I can't find the Camlp4 documentation, where is it? Bye, Hendrik