Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 22 by TakaoKotani: A bug? parser.analyze() caused error in r58
http://code.google.com/p/f2py/issues/detail?id=22
In rev58, I did
reader = FortranFileReader(ffile)
reader.set_mode(isfree=False,isstrict=False)
parser=FortranParser(reader,ignore_comments=False)
parser.parse()
parser.analyze()
where ffile is bndfp.F, which I attatched in Issue 21.
In other words, I just insered line parser.analyze() in Issue 21.
Then it ends up with
AttributeError: 'Line' object has no attribute 'analyze'.