pattern matching via regex
basic pattern matching. this implementation translates osc address patterns to regular expressions and provides a method for matching messages against the latter.
Hey, thanks for taking the initiative on this! I have a few things I'd like to see addressed before merging, if they're not too much trouble. First, I'd prefer that the regex dependency is pinned at least to "0.2" to avoid potential breakage in the future. And second, would you mind adding additional tests for the other special OSC pattern characters?
@wrl, on it :)
@wrl ok, added a few tests and some additional checks in the translator, looks good?