elikaski / BF-it

A C-like language to Brainfuck compiler, written in Python
MIT License
121 stars 11 forks source link

Make expression evaluation use short-circuit #42

Closed elikaski closed 3 years ago

NeeEoo commented 3 years ago

If it's possible would you be able to add a flag inside of the program, not as a cli flag. But like the flag in get_divmod_code, ADD_DIVISION_BY_ZERO_CHECK, but ENABLE_SHORT_CIRCUT_EVALUATION.