Implement and support the `matches_regex` and `not_matches_regex` assertion types in parser.zig to allow for regex-based assertions. Reference: ```zig // matches_regex, TODO: Soon. // not_matches_regex, ```