DescriptionChanged RegExp parser to use a recursive data structure instead of stack-based recursion.
Shouldn't run out of stack space while parsing deeply nested regexps.
Might be a little faster.
Patch Set 1 #
Total comments: 2
Patch Set 2 : Rewrote implementation of stored state to match one current disjunction and stored previous ones. #Patch Set 3 : Removed static nonparticipating capture optimization. Not worth the complexity. #
Total comments: 2
Messages
Total messages: 4 (0 generated)
|