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
Reimplement Lua patterns using Thompson's algorithm
Lua patterns are byte-based
whereas Go's `regexp` package uses UTF-8 runes.
Besides, frontiers can't be implemented in RE2.
Luckily, the constraints of Lua patterns
make implementing it very easy.
0 commit comments