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=AWL 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 847C3BC6B for ; Sat, 28 Apr 2007 13:44:54 +0200 (CEST) Received: from einhorn.in-berlin.de (einhorn.in-berlin.de [192.109.42.8]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id l3SBirJc017666 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Sat, 28 Apr 2007 13:44:54 +0200 X-Envelope-From: oliver@first.in-berlin.de X-Envelope-To: Received: from first (dslb-088-073-111-021.pools.arcor-ip.net [88.73.111.21]) (authenticated bits=0) by einhorn.in-berlin.de (8.13.6/8.13.6/Debian-1) with ESMTP id l3SBirZ2028297 for ; Sat, 28 Apr 2007 13:44:53 +0200 Received: by first (Postfix, from userid 501) id 677E73AE4E3; Sat, 28 Apr 2007 13:44:50 +0200 (CEST) Date: Sat, 28 Apr 2007 13:44:50 +0200 From: Oliver Bandel To: caml-list@yquem.inria.fr Subject: Re: [Caml-list] mboxlib reloaded ;-) Message-ID: <20070428114450.GI363@first.in-berlin.de> References: <20070427135425.GA1161@first.in-berlin.de> <20070427162911.GA10099@furbychan.cocan.org> <20070427231220.GA1507@first.in-berlin.de> <1177721646.16582.8.camel@rosella.wigram> <20070428104746.GA363@first.in-berlin.de> <20070428125453.1fef4ae4@kerneis.info> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20070428125453.1fef4ae4@kerneis.info> User-Agent: Mutt/1.5.6i X-Scanned-By: MIMEDefang_at_IN-Berlin_e.V. on 192.109.42.8 X-Miltered: at concorde with ID 463333B5.001 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; bandel:01 in-berlin:01 reloaded:01 0200,:01 0200,:01 bandel:01 in-berlin:01 lexer:01 ocamllex:01 mll:01 transitions:01 28,:98 wrote:01 oliver:01 oliver:01 On Sat, Apr 28, 2007 at 12:54:53PM +0200, Gabriel Kerneis wrote: > Le Sat, 28 Apr 2007 12:47:47 +0200, Oliver Bandel > a écrit : > > > You should check the size (number of states) of the generated > > > lexer. > > > > How? > > It's printed out by ocamllex when you run it on you .mll file. > Regards, Ah, ok. :) 18 states, 261 transitions, table size 1152 bytes. Does not loooks very huge ;-) Ciao, Oliver