<meta name="robots" content="noindex" />
Execution
To run the software:
On the terminal, run the mlcg command with the desired folder or programs as arguments:
A good place to start is by testing out the code in MLSA's test folder by running the command:
The multilingual pipeline is called for all the programs in test5 and a single call graph is generated. Procedure calling between files in the same and different languages will be identified (for the limited set of interoperability calls that have been implemented) and the call graph will reflect this, but programs with no procedure calls in common are fine too. The resulting call graph is a forest of trees. Recursion is flagged after one full cycle and several other kind of interlanguage calls are also flagged, such as circularity in a system and the inability to determine a program called through one of the three APIs used for interoperability.
Permissions
-- (c) Fordham University Robotics and Computer Vision