| Home | Trees | Indices | Help |
|---|
|
|
Lookahead match (one that does not consume any input).
equal is True if the lookahead should succeed for the match to
continue and False if the lookahead should fail.forwards is True if the lookahead should start from the current
position and False if it should end there.next contains two values. next[1] is the lookahead expression;
next[0] is the continuation of the normal match on success.For lookbacks (forwards is False) the expression has a postfix of "$"
so that direct searching (not matching) of the string up to the current
point provides the to check. Engines are welcome to use more efficient
approaches, as long as the results remain correct.
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
.clone.
|
|
rxpy.parser.visitor.Visitor.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Tue Jun 29 03:38:23 2010 | http://epydoc.sourceforge.net |