[
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: | 2006-07-28 (13:39) |
From: | Sebastien Ferre <ferre@i...> |
Subject: | Re: [Caml-list] Partial parsing |
Hi, Fermin Reig wrote: > This sounds like a parsing problem suitable for the parser combinator > approach. There, the result of a parse is a pair where one of the two > components is the remaining of the input string. > > Many of the papers and implementations are from the Haskell folk, but I > think there are some in Ocaml as well. Indeed. Look at the library Ostaps in the Caml hump. HTH, Sebastien