Package ZestyParser :: Module Helpers
[show private | hide private]
[frames | no frames]

Module ZestyParser.Helpers


Version: 0.8.0

Author: Adam Atlas

Contact: adam@atlas.st

Copyright: Copyright 2006-2007 Adam Atlas. Released under the MIT license (see LICENSE.txt).

Classes
EncloseHelper  
EscapeHelper  
IndentHelper  

Function Summary
  EscCh(chars, symbol, anything)
  ExpressionHelper(toks, space)
  FromHex(m)
  FromOct(m)
  oper(symbol, operation, ops, pos)
  PyEsc(m)
  QuoteHelper(esc, quotes, allowed, *a, **k)
  SameChar(m)

Variable Summary
Placeholder _next_ = <Placeholder 'next'>
Placeholder _sp_ = <Placeholder 'sp'>
Placeholder _this_ = <Placeholder 'this'>
Placeholder _top_ = <Placeholder 'top'>
int BINARY = 2                                                                     
int CENTER = 0                                                                     
RE Float = RE '[0-9]*\\.[0-9]+'
RE Int = RE '[0-9]+'
int LEFT = -1                                                                    
int RIGHT = 1                                                                     
int UNARY = 1                                                                     

Variable Details

_next_

Type:
Placeholder
Value:
<Placeholder 'next'>                                                   

_sp_

Type:
Placeholder
Value:
<Placeholder 'sp'>                                                     

_this_

Type:
Placeholder
Value:
<Placeholder 'this'>                                                   

_top_

Type:
Placeholder
Value:
<Placeholder 'top'>                                                    

BINARY

Type:
int
Value:
2                                                                     

CENTER

Type:
int
Value:
0                                                                     

Float

Type:
RE
Value:
RE '[0-9]*\\.[0-9]+'                                                   

Int

Type:
RE
Value:
RE '[0-9]+'                                                            

LEFT

Type:
int
Value:
-1                                                                    

RIGHT

Type:
int
Value:
1                                                                     

UNARY

Type:
int
Value:
1                                                                     

Generated by Epydoc 2.1 on Thu Apr 26 01:32:22 2007 http://epydoc.sf.net