antimony-lang/antimony

Nested expressions evaluate falsy

Closed this issue · 0 comments

Nested expressions can have invalid parens in the generated code. E.g.: 6 % 3 == 0 should be true; is false

(See test_complex_nested_expressions)