Synopsis - Issue Tracker

Task42 Editing

Title Rewrite Python parser
Created on 2006-04-14.02:05:52 by stefan, last changed 2006-04-28.12:49:19. by stefan
assigned to stefan priority normal
type design solves bug46allow python parser to parse imported modules
bug49improve error handling for python parser when filename or base_path are wrong
bug47python cross-referenced code view
topic components Python parser
status closed result done
depends on superseded by
Add Comment:
File
CC List:? stefan

Messages
Author: stefan Date: 2006-04-14.02:05:51
Here is a wishlist for the new parser:

* produce a (pretty-printed) source view
* use parsing as well as introspection
* allow to walk through import statements
* allow to embedd processing instructions
  (such as __docformat__  etc.)
* be compatible with the different grammars
  (2.2 and up)
History
Date User Action Args
2006-04-14 02:05:52stefancreate
2006-04-14 02:10:07stefansetsolves: + allow python parser to parse imported modules, python cross-referenced code view, improve error handling for python parser when filename or base_path are wrong
2006-04-24 17:24:16stefansetstatus: new
assignedto: + stefan
2006-04-28 12:49:19stefansetstatus: open
result: (no value)