Changeset 562
- Timestamp:
- 07/11/08 12:37:45 (5 months ago)
- Files:
-
- cly/trunk/cly/parser.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cly/trunk/cly/parser.py
r561 r562 350 350 where = self.find(where) 351 351 where.update(grammar) 352 self. _collect_labels()352 self.labels.update(self._collect_labels()) 353 353 354 354 def execute(self, command, data=None):
