~pythonregexp2.7/python/issue2636-01

Viewing all changes in revision 39041.

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-06-04 18:18:53 UTC
  • Revision ID: darklord@timehorse.com-20080604181853-e6gdtrrue6x0bkd9
Second attempt at figuring out how to implement the non-simple version
of the Possessive Qualifiers, this time with both a custom UNTIL handler
and a custom REPEAT handler; I am now thinking we need no
POSSESSIVE_UNTIL; this can be replaced by a simple SUCCESS and do all the
work in the POSSESSIVE_REPEAT handler via a while loop and ctx->count. 
Not sure yet if this will work, but it's worth a try as the current
attempt certainly will not work.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: