This can't be merged, in my opinion. The approach to execute an external shell command from within the program is error prone and raises security issues. The program does not deal with the case, that the shell command is not available on the machine. It would be much better to include the source files from jp2a into the project and use them directly.
For some reason I cannot reopen #60. This is unfortunate, but in order to implement this feature in a robust manner, we would have to rewrite most of the code anyways.
Reverts manuelpolzhofer/twee_zcode_compiler#60
This can't be merged, in my opinion. The approach to execute an external shell command from within the program is error prone and raises security issues. The program does not deal with the case, that the shell command is not available on the machine. It would be much better to include the source files from jp2a into the project and use them directly.