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-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
2022-01-08
feat(eval): implements basic eval filtering
Akshay Nair
2022-01-08
feat(parser): implements or syntax
Akshay Nair
2022-01-08
refactor: creates constructors for expr adt
Akshay Nair
2022-01-07
refactor: simplifies quantifier logic + moves stuff around
Akshay Nair
2022-01-07
feat: adds quantifier suffix parsing + recoverInput for combinators
Akshay Nair
2022-01-07
feat: basic parsing for expressions
Akshay Nair
2022-01-06
feat: adds more parser combinators
Akshay Nair
2022-01-06
chore: adds prettier
Akshay Nair
2022-01-06
feat: more parser + Expr type
Akshay Nair
2022-01-06
feat: basic parser
Akshay Nair
[next]