beeware / batavia

A JavaScript implementation of the Python virtual machine.
http://pybee.org/batavia
Other
1.39k stars 424 forks source link

Implement Range __add__ and __and__ operators #737

Closed gobisa closed 6 years ago

gobisa commented 6 years ago

Implement the binary add and and for Range. Implement the inplace add and and for Range.

Refs #46

PR Checklist: