aboutsummaryrefslogtreecommitdiff
path: root/tests/parser.spec.ts (unfollow)
Commit message (Expand)Author
2022-01-24feat(parser): implements regex literal parserAkshay Nair
2022-01-24feat(parser): implements min-max quantifier parserAkshay Nair
2022-01-14feat: implements string literal parserAkshay Nair
2022-01-14feat: implements manyTill parser combinatorAkshay Nair
2022-01-14feat: removes + for number literal (causes issues with js regex syntax)Akshay Nair
2022-01-14refactor: refactors imports + formattingAkshay Nair
2022-01-13feat(parser): adds sequence parserAkshay Nair
2022-01-13refactor(parser): reimplements alt parserAkshay Nair
2022-01-13refactor: propertymatch changed to use single expression (group)Akshay Nair
2022-01-13feat(parser): adds number and boolean literalsAkshay Nair
2022-01-13refactor: type + constructors refactorAkshay Nair
2022-01-08feat(eval): implements object property matchingAkshay Nair
2022-01-08feat(parse): implements object property matching parserAkshay 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
2022-01-07feat: basic parsing for expressionsAkshay Nair
2022-01-06feat: adds more parser combinatorsAkshay Nair