mitranim/jisp

Smarter `if` printing

Closed this issue · 1 comments

When compiling an (if), if there's no else branch and it would compile to the ternary form, instead compile it to the binary form:

if (<test>) <then>;

Done in 0.2.13