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 /TODOs.md | |
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 'TODOs.md')
-rw-r--r-- | TODOs.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/TODOs.md b/TODOs.md new file mode 100644 index 0000000..e2c92d3 --- /dev/null +++ b/TODOs.md @@ -0,0 +1,25 @@ +# Tasks + + +# Bugs + + +# Improvements + + +# Questions + + +# Decisions + + +# Ideas + + +# Proposals + + +# Resources + + +# Scratch |