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=1.1 required=5.0 tests=AWL,SPF_NEUTRAL autolearn=disabled version=3.1.3 Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id E07CABC6B for ; Tue, 8 May 2007 00:36:10 +0200 (CEST) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.232]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l47Ma937025128 for ; Tue, 8 May 2007 00:36:10 +0200 Received: by nz-out-0506.google.com with SMTP id l8so2078304nzf for ; Mon, 07 May 2007 15:36:09 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HCbtnyPpE5CXtWlMmPEuYLRHbgP/lygIXXvKnGNRU/byjXtAvUE00QZ9u4JXRjon5/WL0WaUTOSCl102A15sJnwfB08lWS4FnDDQWKA1bAIMp2fZi74a2RbYHUTd3+1ig0I07e8OfP2T3mFvDEern14OEkRkPo69UMB7ONsgr4M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tEEzMc1LtuFn+Kg487nGb5DPq5ANGOElMXm8T3vIx69eLICsu7+N80V93iwdjvGyTOjdAlzGhZFnUA/xJlR1FSesa6tZ9EHzVdiIuM6gu44I+8FX8UXoWlnUJu37nwVDDrb+Rztt3lkMxJp1IjGWr4wFcu7ZlgHAbiv9ZBuWrpU= Received: by 10.114.88.1 with SMTP id l1mr2331531wab.1178577368446; Mon, 07 May 2007 15:36:08 -0700 (PDT) Received: by 10.114.235.17 with HTTP; Mon, 7 May 2007 15:36:08 -0700 (PDT) Message-ID: <875c7e070705071536k166e06f7x94525ae68234466a@mail.gmail.com> Date: Mon, 7 May 2007 18:36:08 -0400 From: "Chris King" To: "Dmitry Bely" Subject: Re: [Caml-list] F# lightweight syntax for Ocaml with camlp4 - possible? Cc: "Caml List" In-Reply-To: <90823c940705071526x87f78b4i74bc73b11ee9a890@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <90823c940705071526x87f78b4i74bc73b11ee9a890@mail.gmail.com> X-j-chkmail-Score: MSGID : 463FA9D9.000 on discorde : j-chkmail score : X : 0/20 1 0.000 -> 1 X-Miltered: at discorde with ID 463FA9D9.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; syntax:01 ocaml:01 camlp:01 ocaml:01 camlp:01 parsing:01 mikelin:01 lexer:01 wrote:01 caml-list:01 dmitry:01 dmitry:01 bely:01 bely:01 implemented:02 On 5/7/07, Dmitry Bely wrote: > Could the same idea be implemented for Ocaml with Camlp4? Can it use > an indentation level while parsing? It has been... http://people.csail.mit.edu/mikelin/ocaml+twt/ But it doesn't use camlp4 (since camlp4 can't modify the lexer to handle tabs specially). - Chris