From faac76d7199d12fffda9d5bf141defbe962b81aa Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 19 Jul 2023 13:29:44 -0300 Subject: 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/ --- TODOs.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 TODOs.md (limited to 'TODOs.md') 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 -- cgit v1.2.3