omarandlorraine / strop

Stochastically generates machine code
MIT License
97 stars 1 forks source link

enable or disable backends #53

Closed omarandlorraine closed 8 months ago

omarandlorraine commented 8 months ago

This pull request is all about conditional compilation for enabling or disabling the miscellaneous backends.

If a dependent wants to use just one backend (which I suspect will be very common), it can just disable the others for a compile time boon.

But also, of course, this PR also needs to make sure that the features all build individually.