caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Gerd Stolpmann <info@gerd-stolpmann.de>
To: Jerome Vouillon <Jerome.Vouillon@pps.jussieu.fr>
Cc: Oliver Bandel <oliver@first.in-berlin.de>, caml-list@inria.fr
Subject: Re: [Caml-list] Perl-like Regexps implemented in Ocaml?
Date: Tue, 27 Sep 2005 18:39:49 +0200	[thread overview]
Message-ID: <1127839191.12159.71.camel@localhost.localdomain> (raw)
In-Reply-To: <20050927160551.GB12864@strontium.pps.jussieu.fr>

Am Dienstag, den 27.09.2005, 18:05 +0200 schrieb Jerome Vouillon:
> Hello,
> 
> On Fri, Sep 23, 2005 at 12:43:43AM +0200, Oliver Bandel wrote:
> > Is there any Perl-like regexp-library written in OCaml?
> 
> I wrote a fairly powerful regular expression library some years ago.
> You can find it on <http://sourceforge.net/projects/libre/>.

Very interesting, did not know this library exists. Are you still
interested in developing it?

I like that it is the only regexp library around that gives direct
access to the regexp constructors (i.e. Re.alt, Re.seq, etc.). And there
are several parsers for regexp strings. One could, for example, easily
build a camlp4 frontend for easier syntax.

You mention in TODO.txt that you also have a generic interface in mind.
That would be really great. An application of that could be
Unicode-capable regexp executor that directly operates on int arrays (as
representation of Unicode strings). None of the other libraries has
that.

And finally to mention, libre has a thread-safe API. Other people did
not succeed in making one.

To encourage the usage of your library, I'll immediately make a GODI
package.

Gerd
-- 
------------------------------------------------------------
Gerd Stolpmann * Viktoriastr. 45 * 64293 Darmstadt * Germany 
gerd@gerd-stolpmann.de          http://www.gerd-stolpmann.de
Telefon: 06151/153855                  Telefax: 06151/997714
------------------------------------------------------------


  reply	other threads:[~2005-09-27 16:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-22 22:43 Oliver Bandel
2005-09-27 16:05 ` [Caml-list] " Jerome Vouillon
2005-09-27 16:39   ` Gerd Stolpmann [this message]
2005-10-03 19:15     ` Jerome Vouillon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1127839191.12159.71.camel@localhost.localdomain \
    --to=info@gerd-stolpmann.de \
    --cc=Jerome.Vouillon@pps.jussieu.fr \
    --cc=caml-list@inria.fr \
    --cc=oliver@first.in-berlin.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).