Bases: object
This parser returns:
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
Parses a Fortran file to obtain the dependencies used/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 parsing. Use the stack self.waiting to hold nodes to iterate on
Parameters: | node (waflib.Node.Node) – fortran file |
---|