| commit | 058a5adad02f5ae4652d1cd1d0e5ad4ece04fa85 | [log] [tgz] |
|---|---|---|
| author | Jeremy Hylton <jeremy@alum.mit.edu> | Mon Aug 27 20:47:08 2001 +0000 |
| committer | Jeremy Hylton <jeremy@alum.mit.edu> | Mon Aug 27 20:47:08 2001 +0000 |
| tree | dc3173956549497667d9c151cb3d38faa8a97f2d | |
| parent | cccc478577e1a709efcb02c8a588a7f62a8ee455 [diff] |
Two changes to visitor API:
Remove _preorder as alias for dispatch and call dispatch directly.
Add an extra optional argument to walk()
XXX Also comment out some code that does debugging prints.