support for passing a base to int(), and remove reliance on atoi()
commit79144658813679256c3297048800a576cfe04b43
authorMatt Craighead <mjcraighead@gmail.com>
Mon, 31 Oct 2011 02:03:18 +0000 (30 19:03 -0700)
committerMatt Craighead <mjcraighead@gmail.com>
Mon, 31 Oct 2011 02:03:18 +0000 (30 19:03 -0700)
tree4dbc1f5670e7fc592afaa6de7816500b87a0dbc2
parent11e4b0007e6083d449a4fcdd09cc601a8c34967e
support for passing a base to int(), and remove reliance on atoi()
backend.cpp
syntax.py
tests/builtins.py