kspalaiologos / asmbf

The only true brainfuck-targetting assembler.
https://esolangs.org/wiki/Asm2bf
MIT License
109 stars 6 forks source link

Windows/DOS port #112

Open kspalaiologos opened 4 years ago

kspalaiologos commented 4 years ago

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?