The compiler.py currently provides information about the object file, language, arguments, etc of the compiled source code to the run_script.sh file using a hidden file '.args', which is not a clean method. Find a way to include these as command-line arguments in the os.system() call in the execute() function of compiler.py.
The compiler.py currently provides information about the object file, language, arguments, etc of the compiled source code to the run_script.sh file using a hidden file '.args', which is not a clean method. Find a way to include these as command-line arguments in the os.system() call in the execute() function of compiler.py.