Browse thread
mboxlib reloaded ;-)
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Oliver Bandel <oliver@f...> |
| Subject: | Re: [Caml-list] mboxlib reloaded ;-) |
On Sat, Apr 28, 2007 at 12:54:53PM +0200, Gabriel Kerneis wrote: > Le Sat, 28 Apr 2007 12:47:47 +0200, Oliver Bandel > <oliver@first.in-berlin.de> 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