diff options
author | EuAndreh <eu@euandre.org> | 2023-07-19 13:29:44 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-07-19 19:19:28 -0300 |
commit | faac76d7199d12fffda9d5bf141defbe962b81aa (patch) | |
tree | 33c2f5c8afd7c07c4ff81589ac4c7b045c6d8d98 /description | |
parent | Initial empty commit (diff) | |
download | resyn-faac76d7199d12fffda9d5bf141defbe962b81aa.tar.gz resyn-faac76d7199d12fffda9d5bf141defbe962b81aa.tar.xz |
Initial reader macro syntax
With syntax support for a variety of regex types (BRE, ERE and PCRE) and
for "ignore case" and "global" options, but with only PCRE implemented
underneath via cl-ppcre [0].
[0]: https://edicl.github.io/cl-ppcre/
Diffstat (limited to 'description')
-rw-r--r-- | description | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/description b/description new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/description |