From f0db4afe755bb837d63f561978687328596ac7aa Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 22 Jun 2016 23:32:00 +0200 Subject: Switch to posix; minimal working version --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9692ff7..148ec86 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # CleanRegex -A PCRE-compatible regular expression library for Clean +A POSIX regular expression library for Clean ## Status -Currently, this is a wrapper for the C library. Ideally, at some point this would be pure Clean for efficiency and provability reasons. +Currently, this is a wrapper for the C library. Ideally, at some point this +would be pure Clean for efficiency and provability reasons. This is a work in progress. -- cgit v1.2.3