* [Caml-list] Announcing Micmatch: High-Level Regexps for OCaml
@ 2004-10-10 4:07 Martin Jambon
0 siblings, 0 replies; only message in thread
From: Martin Jambon @ 2004-10-10 4:07 UTC (permalink / raw)
To: caml-list
Announcement:
============
Micmatch is a syntax extension of OCaml that allows an easy manipulation
of regular expressions.
Several features have been recently added, and now make it a functional
and handy tool for writing OCaml scripts as well as larger programs.
Micmatch was already providing these features:
- a Caml-friendly syntax for defining and reusing regexps
(ocamllex style with more features)
- no runtime errors due to incorrect regexps
- a dedicated toplevel
- a support for regular expressions in the pattern matching constructs
of OCaml (match ... with ...)
Now it also provides this:
- a set of macros using a "functional style" (SEARCH, REPLACE,
COLLECT, SPLIT, ...)
- a small but useful library for common operations over textual data
- the possibility of self-executable scripts on Unix systems
- lazy quantifiers
- possessive/atomic groups
- a reference manual
Micmatch programs normally use the PCRE-OCaml library, but can also
use the Str library (with limited features).
Enjoy this tool,
Martin.
--
Martin Jambon, PhD
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-10-10 4:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-10 4:07 [Caml-list] Announcing Micmatch: High-Level Regexps for OCaml Martin Jambon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox