MoeOrganization / moe

An -OFun prototype of an Ultra Modern Perl 5
http://moe.iinteractive.com
MIT License
279 stars 46 forks source link

arithmetic and relational operators on Ints #60

Closed prakashk closed 11 years ago

prakashk commented 11 years ago

Implemented most of the arithmetic operators (except pre- and post-increment and -decrement operators) on Int objects.

There is a lot of repetitive code, that a Scala expert might be able to refactor out.

stevan commented 11 years ago

@prakashk awesome, thanks for the patch!