| Home | Trees | Indices | Help |
|---|
|
|
|
|||
|
ParserState Encapsulate state needed by the parser. |
|||
|
Builder Base class for states in the parser (called Builder rather than State to avoid confusion with the parser state). |
|||
|
|||
|
|||
|
|||
OCTAL = '01234567'
|
|||
ALPHANUMERIC = digits+ ascii_letters
|
|||
|
|||
Parse the text using the given builder. If the expression sets flags then it is parsed again. If it changes flags on the second parse then an error is raised. |
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Tue Jun 29 03:38:21 2010 | http://epydoc.sourceforge.net |