diff options
author | Camil Staps | 2016-03-21 09:24:58 +0100 |
---|---|---|
committer | Camil Staps | 2016-03-21 09:26:43 +0100 |
commit | 5347fb73865a544453b6ef2fb67b5f1c6e639034 (patch) | |
tree | c4455ea3761ed362c246f3929a3d113d0c23c412 /README.md |
Initial commit
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. + |