index
:
elxr
main
Regular expression-like syntax for list operations
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
basic.spec.ts
(
unfollow
)
Commit message (
Expand
)
Author
2022-02-17
feat(replace): adds replaceAll function
Akshay Nair
2022-01-25
feat(eval): adds eval for regex
Akshay Nair
2022-01-24
test: adds another min-max test case
Akshay Nair
2022-01-24
feat(eval): adds min-max quantifier evaluation
Akshay Nair
2022-01-14
feat(eval): implements 0 or more quantifier
Akshay Nair
2022-01-14
refactor: refactors imports + formatting
Akshay Nair
2022-01-14
refactor: removes filter function
Akshay Nair
2022-01-14
fix: fixes quantifiers nested inside sequence
Akshay Nair
2022-01-13
feat(eval): implements sequence
Akshay Nair
2022-01-13
feat(eval): implements or
Akshay Nair
2022-01-13
refactor(parser): reimplements alt parser
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
[next]