aboutsummaryrefslogtreecommitdiff
path: root/tests/result/regex.test.py
AgeCommit message (Expand)AuthorFilesLines
12 dayschore: enforce fully strict static typing across library, tests, and tooling ...natsuoto1-19/+19
2026-07-10feat(result): Regex wrapper with AST, delegation, and introspection API (#133...natsuoto1-0/+29
2026-07-01feat!: to_regex() returns the Regex wrapper instead of raw re.Patternnatsuoto1-1/+1
2026-07-01feat: Regex result wrapper class composing over re.Patternnatsuoto1-0/+97