Bystroushaak / tinySelf

Self-like language implemented in the RPython language toolkit.
29 stars 3 forks source link

Int comparation methods #72

Closed Bystroushaak closed 5 years ago

Bystroushaak commented 5 years ago

I've added basic int comparation methods >, >=, <, <=, but without tests.