aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2022-01-14 21:23:59 +0530
committerAkshay Nair <phenax5@gmail.com>2022-01-14 21:23:59 +0530
commit4e0f94ea6adeeaa22f8e6729a5d7bd12efe24c3e (patch)
tree913c8886b164aed61614a78ed4c8a2066d0e3b5c /TODO.md
parent950faa740b86af5f264717898f24ae8fb65c036d (diff)
downloadelxr-4e0f94ea6adeeaa22f8e6729a5d7bd12efe24c3e.tar.gz
elxr-4e0f94ea6adeeaa22f8e6729a5d7bd12efe24c3e.zip
docs: adds todo to readme
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index 40f50bc..9a6e393 100644
--- a/TODO.md
+++ b/TODO.md
@@ -3,10 +3,10 @@
## Features
- [X] Eval: Quantifiers (`+` and `*`)
- [X] Eval: Next item/Sequence
- - [ ] Parse: `{2, 5}` quantifiers
+ - [X] Func: matchAll
+ - [ ] `{2, 5}` quantifiers
- [ ] Eval: `^$` start-end
- [ ] Func: replace
- - [X] Func: matchAll
- [ ] Not/Inverse
- [ ] Named capture groups
- [ ] Non-capture groups