Contents:
Provides FortranParser.
FortranParser
Parser of FortranReader structure.
Use .parse() method for parsing, parsing result is saved in .block attribute.
Retrieves the next item from the reader.
Pushes the given item to the reader.
Parses the program specified in the reader object.
Attempts to analyse the parsed Fortran. It is not clear what for.