From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id 49E41BB81 for ; Wed, 10 Nov 2004 01:30:13 +0100 (CET) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id iAA0UCMB028802 for ; Wed, 10 Nov 2004 01:30:13 +0100 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 BAA31669 for ; Wed, 10 Nov 2004 01:30:12 +0100 (MET) Received: from miritek.com (v30-53.icu.ac.kr [210.107.130.53] (may be forged)) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id iAA0U928028798 for ; Wed, 10 Nov 2004 01:30:11 +0100 Received: from hama (v30-54.icu.ac.kr [210.107.130.54] (may be forged)) by miritek.com (8.9.3/8.9.3) with SMTP id JAA19477 for ; Wed, 10 Nov 2004 09:43:56 +0900 Message-ID: <001f01c4c6bd$8d950a10$1501a8c0@hama> From: "SooHyoung Oh" To: "Caml Mailing List" Subject: (Announce) Ocamllex Tutorial Date: Wed, 10 Nov 2004 09:38:09 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="ks_c_5601-1987" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Miltered: at nez-perce with ID 41916114.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at nez-perce with ID 41916111.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; compiler:01 ocamllex:01 ocamllex:01 ocaml:01 compiler:01 ocaml:01 ocamlyacc:01 tar:01 tar:01 abstract:01 tutorial:04 tutorial:04 borrowed:04 size:95 suggestions:05 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on yquem.inria.fr X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO autolearn=disabled version=3.0.0 X-Spam-Level: I'm pleased to announce "ocamllex tutorial". ---------------------------- Abstract This is a tutorial on how to use ocamllex which is distributed with Ocaml language. This document borrowed lots of part from flex manual. Please mail all comments and suggestions to This tutorial is work-in-progress. The latest version can be found at http://pllab.kaist.ac.kr/~shoh/ocaml/ocamllex-ocamlyacc/ocamllex-tutorial/index.html. The companion tutorial for ocamlyacc will be available at http://pllab.kaist.ac.kr/~shoh/ocaml/ocamllex-ocamlyacc/ocamlyacc-tutorial/index.html. You can find the source of this document in ocamllex-tutorial-src.tar.gz. For printing, pdf (A4 size) is presented, and there is html (tar.gz). You can download the source of examples used in this document from ocamllex-examples.tar.gz. Last updated: 2004-11-10