antimony-lang / antimony

The Antimony programming language
https://antimony-lang.github.io/antimony/
Apache License 2.0
138 stars 6 forks source link

Nested expressions evaluate falsy #8

Closed garritfra closed 3 years ago

garritfra commented 3 years ago

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)