Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
* [Caml-list] ANN: Tyre
@ 2016-08-12 21:21 Drup
  0 siblings, 0 replies; only message in thread
From: Drup @ 2016-08-12 21:21 UTC (permalink / raw)
  To: caml users

Hi,

I'm happy to announce the release of tyre, a library for Typed Regular 
Expressions.

https://github.com/Drup/tyre
http://opam.ocaml.org/packages/tyre/

Tyre is a set of combinators to build type-safe regular expressions, 
allowing automatic extraction and modification of matched groups. Tyre 
is bi-directional: a typed regular expressions can be used for parsing 
and unparsing. It also allows routing, by providing a list of 
regexs/routes and their handlers.

Tyre can be seen as a modern replacement of mikmatch. Contrary to 
mikmatch, tyre doesn't use any syntax extension and instead rely on 
combinators. Tyre also uses re, which is an efficient pure OCaml regex 
library (which makes it also usable in JavaScript, Mirage, and other 
platforms).

A slightly longer presentation (with some code examples) is available 
here: http://drup.github.io/2016/08/12/tyre/

Good OCaml hacking!



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-08-12 21:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-12 21:21 [Caml-list] ANN: Tyre Drup

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox