MPP-language-blender
MPP-language-blender copied to clipboard
library function corresponding to app
Is there a library function corresponding to the main app's functionality? As far as I can tell, it is within mpp_main.ml but not exposed as a callable function. I would like to have the main functionality available with strings as the input/output, rather than files. This would allow more efficient processing in external scripts and avoid having to make messy system calls.
I agree. I need to refactor MPP.