progex icon indicating copy to clipboard operation
progex copied to clipboard

Adding Support for More Languages

Open nikmehr opened this issue 6 years ago • 1 comments

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

nikmehr avatar May 26 '19 23:05 nikmehr

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.

ghaffarian avatar May 27 '19 09:05 ghaffarian