Changeset 567
- Timestamp:
- 07/12/08 02:33:26 (5 months ago)
- Files:
-
- cly/trunk/cly/parser.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cly/trunk/cly/parser.py
r566 r567 283 283 objects. 284 284 """ 285 def __init__(self, grammar, data=None, context_factory= None):285 def __init__(self, grammar, data=None, context_factory=Context): 286 286 """Construct a new Parser.""" 287 287 self.grammar = grammar
