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
/
types.ts
(
follow
)
Commit message (
Collapse
)
Author
Age
*
feat(parser): implements regex literal parser
Akshay Nair
2022-01-24
|
*
feat(parser): implements min-max quantifier parser
Akshay Nair
2022-01-24
|
*
refactor: refactors imports + formatting
Akshay Nair
2022-01-14
|
*
feat(parser): adds sequence parser
Akshay Nair
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(parser): adds number and boolean literals
Akshay Nair
2022-01-13
|
*
refactor: type + constructors refactor
Akshay Nair
2022-01-13
|
*
feat(parse): implements object property matching parser
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-08
|
*
refactor: simplifies quantifier logic + moves stuff around
Akshay Nair
2022-01-07