You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
Original issue reported on code.google.com by [email protected] on 1 May 2010 at 5:41
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 1 May 2010 at 5:41The text was updated successfully, but these errors were encountered: