aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2022-01-08 21:20:17 +0530
committerAkshay Nair <phenax5@gmail.com>2022-01-08 21:25:42 +0530
commitf9544958194efb54e2c4f211a632964c488456e8 (patch)
tree9dbe335d2f6e9b06a4aa81e4c7b990d36c12997b /TODO.md
parentb3b2c39df680f88e1e6d3615245754ae5f0380d0 (diff)
downloadelxr-f9544958194efb54e2c4f211a632964c488456e8.tar.gz
elxr-f9544958194efb54e2c4f211a632964c488456e8.zip
docs: readme update for object property example
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
new file mode 100644
index 0000000..37b7449
--- /dev/null
+++ b/TODO.md
@@ -0,0 +1,12 @@
+# TODO
+
+## Features
+ - [ ] Eval: Quantifiers
+ - [ ] Eval: Next item
+ - [ ] Parse: `{2, 5}` quantifiers
+ - [ ] Eval: `^$` start-end
+ - [ ] Parse, Eval: Not/Inverse
+ - [ ] Func: filter
+ - [ ] Func: match
+ - [ ] Func: replace
+