It would be vital to allow out-of-the-box compilation of asm2bf on Windows. Although this was possible a while ago, when asm2bf has had no makefile, now we have to take multiple things into consideration.
How to allow the user to switch compile time flags? Do we have to create polyfills for functions like asprintf? Do we rewrite utilities like bfi-rle to C?
It would be vital to allow out-of-the-box compilation of asm2bf on Windows. Although this was possible a while ago, when asm2bf has had no makefile, now we have to take multiple things into consideration.
How to allow the user to switch compile time flags? Do we have to create polyfills for functions like
asprintf
? Do we rewrite utilities likebfi-rle
to C?