Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

Adding Support for More Languages #4

Open
nikmehr opened this issue May 26, 2019 · 1 comment
Open

Adding Support for More Languages #4

nikmehr opened this issue May 26, 2019 · 1 comment

Comments

@nikmehr
Copy link

nikmehr commented May 26, 2019

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

@ghaffarian
Copy link
Owner

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants