| Home | Trees | Indices | Help |
|---|
|
|
|
|||
|
Lookahead Tests to see if the embedded matcher could match, but does not do the matching. |
|||
|
Delayed A placeholder that allows forward references (+=). |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Always fails to match. (in this package rather than lepl.matchers.memo to simplify import dependencies)
|
|
Match a series of tokens in the stream (''). Typically the argument is a string but a list might be appropriate with some streams.
|
|
Match a regular expression. If groups are defined, they are returned as results. Otherwise, the entire expression is returned. If the pattern contains groups, they are returned as separate results, otherwise the whole match is returned.
|
Match the end of a stream. Returns nothing. This is also aliased to Eos in lepl.derived.
|
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Jun 9 21:50:50 2012 | http://epydoc.sourceforge.net |