From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id SAA30789; Tue, 13 Aug 2002 18:25:01 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id SAA30634 for ; Tue, 13 Aug 2002 18:25:00 +0200 (MET DST) Received: from maile.telia.com (maile.telia.com [194.22.190.16]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id g7DGOxb11536 for ; Tue, 13 Aug 2002 18:24:59 +0200 (MET DST) Received: from gateway (h13n2fls34o849.telia.com [217.208.235.13]) by maile.telia.com (8.12.5/8.12.5) with ESMTP id g7DGOw1a013537 for ; Tue, 13 Aug 2002 18:24:58 +0200 (CEST) X-Original-Recipient: From: "Mattias Waldau" To: Subject: [Caml-list] Example of camlp4: One Day Compilers (slide show) Date: Tue, 13 Aug 2002 18:24:36 +0200 Message-ID: <001a01c242e5$ea834290$0600a8c0@gateway> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 Importance: Normal In-Reply-To: <87n0rq68es.dlv@wanadoo.fr> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk One Day Compilers (Graydon Hoare) (via Ken Rawlings) A tutorial on implementing DSLs, using O'caml, syntax extension, and a C backend. The approach is based on using Camlp4 for embedding the DSL in O'caml, and producing C source code using the author's Cquot package (for C code quasiquoting). http://www.venge.net/graydon/talks/mkc/html/index.html ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners