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.7 required=5.0 tests=AWL,RCVD_IN_SORBS_WEB, SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id 89389BC0A for ; Thu, 17 May 2007 23:30:34 +0200 (CEST) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l4HLUX3P016337 for ; Thu, 17 May 2007 23:30:34 +0200 Received: by ug-out-1314.google.com with SMTP id k3so347743ugf for ; Thu, 17 May 2007 14:30:33 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=YBxdwziqFn3Qy11sA0L0B6I7UhY1z99WbDM4XCYruvEXV/t+bCPX/1ko2fFFbGaD+Yuh7ndZ0q2REFlpTKMIwl3Qo3FXSxKyrByKci1EcxrUWH29AQnnS7Ca5JOauNx2ALTzXNPV1gl5CEt969ke3OF+kybL0kIN16+ETLXEu3g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=r1mifh+M/gJ6PJG1N7/rkBuq6PyOQV8B3a4Yx3VT4dVjnyNQoaoyTSKsiBby+2u0sdSTX6HG8loJhsnlqTff9M+qF3ROFLFHTiyCG6S4oDIdlZQVlm2a8bEIQqSi0B5aiwuQVPtxHOHSopkOAhBooxzGnbZvItHVmCfggKad/sE= Received: by 10.67.92.1 with SMTP id u1mr553800ugl.1179437433769; Thu, 17 May 2007 14:30:33 -0700 (PDT) Received: from ?192.168.1.33? ( [83.52.58.94]) by mx.google.com with ESMTP id z40sm1416666ikz.2007.05.17.14.30.32; Thu, 17 May 2007 14:30:33 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <20070517212157.GA20085@furbychan.cocan.org> References: <20070517212157.GA20085@furbychan.cocan.org> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <82F1F3DB-2B7A-4D2E-A42E-92DF62B037A2@gmail.com> Content-Transfer-Encoding: 7bit From: Joel Reymont Subject: Re: [Caml-list] DSL for handling parsing binary memory structures? Date: Thu, 17 May 2007 22:30:42 +0100 To: OCaml List X-Mailer: Apple Mail (2.752.3) X-j-chkmail-Score: MSGID : 464CC979.000 on discorde : j-chkmail score : XXX : 5/20 1 0.000 -> 3 X-Miltered: at discorde with ID 464CC979.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; parsing:01 erlang:01 syntax:01 camlp:01 ocaml:01 2007,:98 wrote:01 caml-list:01 binary:01 binary:01 structures:02 structures:02 memory:08 handled:09 bit:11 Rich, Take a look at the Erlang bit syntax: http://tinyurl.com/35rup2 Could something like this be handled by camlp4? Joel On May 17, 2007, at 10:21 PM, Richard Jones wrote: > > I wonder if anyone has thought about or developed a domain-specific > language in OCaml for handling the processing of binary structures? -- http://wagerlabs.com/