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
Start emitting errors for unsupported constructs,
and other semantic errors such as duplicate group
names.
Once we start emitting bytecode for regex at
compile time, these errors could potentially be
subsumed into the bytecode generator. But for now,
implement them as a separate pass.
0 commit comments