From: <la...@us...> - 2007-04-26 13:18:06
|
Revision: 614 http://svn.sourceforge.net/cclib/?rev=614&view=rev Author: langner Date: 2007-04-26 06:17:26 -0700 (Thu, 26 Apr 2007) Log Message: ----------- Parser paradigm shift: moved loop over lines in file object to LogFile.parse(); extract() is now called repeatedly instead of once. All variables used across calls in extract() are now attributes of the parser, and are deleted after parsing. Note: comments in the parsers were aligned with code to make bulk indentation possible. No changes in tests and regression results. Modified Paths: -------------- trunk/src/cclib/parser/adfparser.py trunk/src/cclib/parser/gamessparser.py trunk/src/cclib/parser/gamessukparser.py trunk/src/cclib/parser/gaussianparser.py trunk/src/cclib/parser/jaguarparser.py trunk/src/cclib/parser/logfileparser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |