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
The regex package is a regex compiler with support for variables and character classes. Not all standard features such as various backtracking operators are supported since the main goal of this implementation is to provide polynomial runtime; this is why the VM I implemented is a Thompson VM over some easier to implement back tracking interpreters.