| Home | Trees | Indices | Help |
|---|
|
|
Visitor interface. State is encapsulated in State while program flow
uses trampolining to avoid exhausting the Python stack. In addition, to
further reduce the use of the (non-Python) stack, simple repetition is
"run length" compressed (this addresses ".*" matching against long strings,
for example).
|
|||
|
Fail Raised on failure. |
|||
|
Match raised on success |
|||
|
State State for a particular position moment / graph position / text offset. |
|||
|
Stack A stack of states. |
|||
|
Loops The state needed to track explicit repeats (used in the _STATEFUL flag
was set).
|
|||
|
SimpleEngine The interpreter. |
|||
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Tue Jun 29 03:38:21 2010 | http://epydoc.sourceforge.net |