aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index e1523ba..5760fde 100644
--- a/TODO.md
+++ b/TODO.md
@@ -5,11 +5,17 @@
- [ ] Eval: Next item
- [ ] Parse: `{2, 5}` quantifiers
- [ ] Eval: `^$` start-end
- - [ ] Parse, Eval: Not/Inverse
- - [X] Func: filter
+ - [ ] Func: filter
- [ ] Func: match
- [ ] Func: replace
+ - [ ] Not/Inverse
+ - [ ] Named capture groups
+ - [ ] Non-capture groups
## Issues
- [ ] . should not match for empty list
+## Refactor
+ - [ ] Remove default null for constructors
+ - [ ] Create group inside PropertyMatch and send single `expr`
+