MajeedKazemi / blocks-to-code-old

Other
1 stars 0 forks source link

introduce `+` in place of `join` #16

Open carlkma opened 2 years ago

MajeedKazemi commented 2 years ago

before this transition step: the plus operator's generator code should implicitly convert both operands to a number. however, after this, we want to make sure that this implicit conversion does not happen (therefore, we will probably have type mismatch errors).