progex
progex copied to clipboard
Adding Support for More Languages
Hi,
I wonder what other input languages are supported by this tool, apart from java, and how one may call them when using the application.
Regards Hooman
Hi Hooman;
At this moment, PROGEX is only able to analyze Java programs.
But the code base is designed such that addition of other languages is possible.
Selecting another language at the command line is possible using the -lang switch; like:
$ java -jar PROGEX.jar -cfg -lang java Program.java
Instead of java, it is possible to enter other languages like: c or python.
But at this moment this will result an exception to be thrown, indicating the language is not supported yet.