index
:
elxr
main
Regular expression-like syntax for list operations
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
eval
(
unfollow
)
Commit message (
Expand
)
Author
2022-01-13
feat(eval): implements or
Akshay Nair
2022-01-13
refactor(parser): reimplements alt parser
Akshay Nair
2022-01-13
refactor: propertymatch changed to use single expression (group)
Akshay Nair
2022-01-13
feat(eval): adds literal equality check
Akshay Nair
2022-01-13
fix: fixes null issue with property match
Akshay Nair
2022-01-13
feat: adds skip for multiple matches
Akshay Nair
2022-01-13
refactor: refactors in cps to skip items
Akshay Nair
2022-01-11
fix: splits match out 2 (skip matched items not done)
Akshay Nair
2022-01-10
fix: fixes property matching + test changes
Akshay Nair
2022-01-10
fix: fixes grouping for matchAll
Akshay Nair
2022-01-10
feat: adds matchAll function (incomplete)
Akshay Nair
2022-01-08
feat: adds exposed filter function
Akshay Nair
2022-01-08
feat(eval): one or more (incomplete)
Akshay Nair
2022-01-08
feat(eval): implements object property matching
Akshay Nair
2022-01-08
fix: fixes pattern matching type
Akshay Nair
2022-01-08
feat(eval): implements basic eval filtering
Akshay Nair