Skip to content

Commit

Permalink
exported todo into separate list
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhibas committed Feb 10, 2024
1 parent 679049b commit 3ea6d0a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- [ ] Atom parsing for Date & DateTime
- [ ] Scopes and negated scopes
- [ ] either lower() or upper() function calls or case insensitive string comparison operators
- [ ] support for single quote strings
- [ ] not quoted strings as values treated as variables now, needs a fix
- [ ] evaluation with provided context
2 changes: 1 addition & 1 deletion example-feature.rule
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
feature-232->
a = b and c=d and not (g in [1,2,3] or z == "demo car"): true
a = b and c=d and (dd not in (1,2,3) or z == "demo car"): true
z == "demo car": false
g in (4,5,6) and z == "demo car": true
model in (ms,mx,m3,my) and created >= 2024-01-01
Expand Down

0 comments on commit 3ea6d0a

Please sign in to comment.