@ -469,6 +469,8 @@ func thompson(re []postfixNode) *State {
state.assert = NLB
}
tmpRe := shuntingYard(state.lookaroundRegex)
state.lookaroundNFA = thompson(tmpRe)