diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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. |