General Links
SDS Homepage
 
General Documentation
Main index
Copyright notices
What is SDS
Installing SDS
SDS HowTo
Using SDS
Language frontends
FAQ
Plans/further releases
 
Developer Documentation
Architecture description
Developer How-To
XML-system for classes
CSF Specification
CSF DTD Documentation
SDOC Info
Develop code in Lisp
 
Email page maintainer
stig@ii.uib.no
 
Hosted at

SF project page

  

Python Front-End Status

Maintained by Karl Trygve Kalleberg


Current status

The front-end is deemed to be nearly feature complete. There are only minor fixes to be done until active development work will stop and only routine maintenance will be done. Suggestions for improvements are still very welcome.

The following features have been tested and is believed to be working

  • Parsing of class-, interface, import- and method-constructs.
  • Generation of proper IDs for all parsed constructs
  • Recursive traversal of the filesystem looking for .py files.
  • Dumping of syntactically and semantically correct .xml files

Issues still battled with

  • Speed. Temporary solution is to make parsing out calls optional.