| Home | Trees | Indices | Help |
|---|
|
|
|
|||
|
TokenNamespace A modified version of the usual OperatorNamespace without handling of spaces (since that is handled by the lexer), allowing Tokens and other matchers to be configured separately (because they process different types). |
|||
|
|||
TOKENS = 'tokens'This names a per-thread storage area that contains the definitions of operators (so tokens can have different operators to non-tokens). |
|||
|
|||
TOKENSThis names a per-thread storage area that contains the definitions of operators (so tokens can have different operators to non-tokens). All token matchers should reference this (either directly via NamespaceMixin or indirectly via BaseToken).
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sun May 13 16:30:59 2012 | http://epydoc.sourceforge.net |