MPP-language-blender icon indicating copy to clipboard operation
MPP-language-blender copied to clipboard

library function corresponding to app

Open agarwal opened this issue 11 years ago • 1 comments

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.

agarwal avatar Feb 28 '14 22:02 agarwal

I agree. I need to refactor MPP.

pw374 avatar Mar 01 '14 20:03 pw374