aboutsummaryrefslogtreecommitdiff
path: root/tests/basic.spec.ts (unfollow)
Commit message (Expand)Author
2022-01-14refactor: refactors imports + formattingAkshay Nair
2022-01-14refactor: removes filter functionAkshay Nair
2022-01-14fix: fixes quantifiers nested inside sequenceAkshay Nair
2022-01-13feat(eval): implements sequenceAkshay Nair
2022-01-13feat(eval): implements orAkshay Nair
2022-01-13refactor(parser): reimplements alt parserAkshay Nair
2022-01-13feat(eval): adds literal equality checkAkshay Nair
2022-01-13fix: fixes null issue with property matchAkshay Nair
2022-01-13feat: adds skip for multiple matchesAkshay Nair
2022-01-13refactor: refactors in cps to skip itemsAkshay Nair
2022-01-11fix: splits match out 2 (skip matched items not done)Akshay Nair
2022-01-10fix: fixes property matching + test changesAkshay Nair
2022-01-10fix: fixes grouping for matchAllAkshay Nair
2022-01-10feat: adds matchAll function (incomplete)Akshay Nair
2022-01-08feat: adds exposed filter functionAkshay Nair
2022-01-08feat(eval): implements basic eval filteringAkshay Nair
2022-01-08feat(parser): implements or syntaxAkshay Nair
2022-01-08refactor: creates constructors for expr adtAkshay Nair
2022-01-07refactor: simplifies quantifier logic + moves stuff aroundAkshay Nair
2022-01-07feat: adds quantifier suffix parsing + recoverInput for combinatorsAkshay Nair