You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- fixing character '\' in %mik expressions
- `patterns >>> function_name as res` implemented
- this mikmatch extension takes all bound expressions to the left (in
order) and passes them to `function_name`
- and the result from this application is named `res`
- `let re = {%mik|some regex|}` syntax implemented
- `match str with | {%mik|some regex|}` implemented
- inside a regular match case, only patterns with %mik inside
the string definition are compiled to an RE.
- raw string matching allowed
- guards allowed
- currently they aren't grouped by guard, so the performance is
worse
0 commit comments