tomhrr / dale

Lisp-flavoured C
BSD 3-Clause "New" or "Revised" License
1.02k stars 48 forks source link

add macro-if (mif) #177

Closed porky11 closed 6 years ago

porky11 commented 7 years ago

this enables compile time flags, and depends on eval-expression. If eval-expressoin can return bool, this is easier to implement, else it should still be possible

tomhrr commented 6 years ago

Thanks, this has been added.