[Feature] Add official support for different file types. #95
Labels
enhancement
New feature or request
research
This issue isn't being worked on, it is being considered, and researched.
ESBMC supports the following file types:
Currently, ESBMC-AI officially supports only C. The following regions of the program assume C code is being used as input:
Need to add a mechanism that dynamically detects the type of file being worked with. Afterward, load a system message with a correct name for the file. For example, if it is a C file, then the system message should refer to the input as a C file, but if it is a Java file, it should specify Java.
The proposal should add and utilize the following fields in the config file:
The text was updated successfully, but these errors were encountered: