diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..9692ff7 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# CleanRegex +A PCRE-compatible 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. + +This is a work in progress. + +## Copyright & license +Copyright © 2016 Camil Staps. Licensed under MIT, see LICENSE. + |