home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-03-21 | 997 b | 29 lines | [TEXT/MEDT] |
- HierSRC 1.0 - Modula-2 Dependency Analyzer/jth June 93
-
- This tool produces a dependency matrix of a given Modula-2 source
- file. After calling this tool you will be asked for the name of an
- input-file. You may add optional arguments according to the following syntax:
-
- input-file[/([-exclude]|[+combine])*]
-
- The modules with name exclude* will not be considered.
- The files with name combine* will be combined in the dependency matrix
- into one entry.
-
- The tool scans recursively the import list of the input-file.
- The recursion stops if an imported file is not found according to
- the User.Profile path-list.
-
- The dependency matrix is written to a file called input-file.DEP.
- The matrix elements are either empty or marked with an "X". An "X" at the
- position col,row means that the module col imports the module in the row.
-
- The matrix elements are separated by TAB (ASCII 9) characters.
- This supports viewing of the dependency matrix within a spread-sheet program.
-
-
-
- jth Feb/94
-
-
-