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
Factor out inner construct bodies (sqI, dqI, btI, bkI, bcI) and
reusable sub-patterns (skip, stmt, lc) into a DEFINE block, replacing
the $simpleQuery string concatenation hack with a single self-contained
pattern. (*PRUNE) remains inline at the call sites because PCRE confines
backtracking verbs to subroutine scope.
0 commit comments