cheddar-lang / Cheddar

🧀 Cheddar, the language that works for you
cheddar.vihan.org
Apache License 2.0
28 stars 9 forks source link

You forgot to implement some of the operators for integers #26

Closed Maltysen closed 8 years ago

Maltysen commented 8 years ago

you didn't implement equality (and idk what else you forgot, this was the only one I found) for Number and anything else.

1=="adasdas" gives an error, so does 1==true

vihanb commented 8 years ago

Duplicate