mir icon indicating copy to clipboard operation
mir copied to clipboard

Add _with_func methods for generating textual output of MIR

Open i509VCB opened this issue 5 years ago • 1 comments

It is nice there are methods to output the binary MIR format via a writer function as described by MIR_write_with_func which is helpful for bindings to other languages where passing a FILE *f across the language barrier is annoying.

It would be nice if there were a similar method to write the textual output from MIR_output to a writer function.

i509VCB avatar Apr 12 '21 03:04 i509VCB

Sorry for delay with the answer and thank you for sharing your thoughts and proposal for MIR improvement.

This is not a big work, I can implement it soon when I resume my work on MIR project (approximately in a month).

You can also implement it by yourself and send me a pull request if you want to see it faster.

vnmakarov avatar Apr 15 '21 20:04 vnmakarov