FREE SOFTWARE ON CAMLCITY.ORG
Pattern matching extended with regexps in Ocamllex syntax
Mikmatch/Micmatch is a Camlp4-based syntax extension of OCaml which extends the match-with construct with regexps for quick and simple text manipulation. The syntax of the regexps is an extension of the syntax of OCamllex regexps, which are easy to learn and OCaml-friendly. Mikmatch_pcre takes advantage of most of the advanced features of the PCRE library, including laziness, possessiveness, and lookahead and lookbehind assertions. The compilation of regexps is performed internally and once only. If the program is compiled successfully, then your regexps are valid, as well as the named captures, otherwise the preprocessor reports the error accurately. Mikmatch with a K is for the new Camlp4 while Micmatch with a C is for Camlp5.
| Version: | 1.0.4godi1 |
| Homepage: | http://martin.jambon.free.fr/micmatch.html |
| Maintainer: | Martin Jambon <martin@mjambon.com> |
| Files: |
doc/godi-mikmatch_pcre/LICENSE lib/ocaml/pkg-lib/mikmatch_pcre/META lib/ocaml/pkg-lib/mikmatch_pcre/mikmatch.cmi lib/ocaml/pkg-lib/mikmatch_pcre/mikmatch.cmi_pretty lib/ocaml/pkg-lib/mikmatch_pcre/mikmatch.cmx lib/ocaml/pkg-lib/mikmatch_pcre/mikmatch.mli lib/ocaml/pkg-lib/mikmatch_pcre/pa_mikmatch_pcre.cma lib/ocaml/pkg-lib/mikmatch_pcre/pa_mikmatch_pcre.cmi lib/ocaml/pkg-lib/mikmatch_pcre/pa_mikmatch_pcre.cmi_pretty lib/ocaml/pkg-lib/mikmatch_pcre/pa_mikmatch_pcre.cmo lib/ocaml/pkg-lib/mikmatch_pcre/run_mikmatch_pcre.a lib/ocaml/pkg-lib/mikmatch_pcre/run_mikmatch_pcre.cma lib/ocaml/pkg-lib/mikmatch_pcre/run_mikmatch_pcre.cmi lib/ocaml/pkg-lib/mikmatch_pcre/run_mikmatch_pcre.cmi_pretty lib/ocaml/pkg-lib/mikmatch_pcre/run_mikmatch_pcre.cmo lib/ocaml/pkg-lib/mikmatch_pcre/run_mikmatch_pcre.cmx lib/ocaml/pkg-lib/mikmatch_pcre/run_mikmatch_pcre.cmxa lib/ocaml/pkg-lib/mikmatch_pcre/run_mikmatch_pcre.o |
| Built from sources: |
mikmatch-1.0.4 |