Bases: object
This parser will return:
Files already parsed
List of waflib.Node.Node representing the dependencies to return
List of module names to return
List of waflib.Node.Node representing the include paths
Parse a fortran file to read the dependencies used and provided
Parameters: | node (waflib.Node.Node) – fortran file to read |
---|---|
Returns: | lists representing the includes, the modules used, and the modules created by a fortran file |
Return type: | tuple of list of strings |
Start the parsing. Use the stack self.waiting to hold the nodes to iterate on
Parameters: | node (waflib.Node.Node) – fortran file |
---|