addex xrange (faster than python!)
commit995ba52f70fdd3f6fcfb436731698b9b64e6f611
authorbeelzebub <nil094@yahoo.com>
Thu, 21 Jun 2012 17:43:04 +0000 (21 19:43 +0200)
committerbeelzebub <nil094@yahoo.com>
Thu, 21 Jun 2012 17:43:04 +0000 (21 19:43 +0200)
tree1c8cb900d0c8a5b36038fdb840477afbbe2fe0bf
parentf25663dc85eebc9a7886c91109fd824e6cc91c64
addex xrange (faster than python!)
17 files changed:
etc/docs.txt [new file with mode: 0644]
include/vox.h
modules/core/strict.vx
modules/core/string.vx [new file with mode: 0644]
src/core/array.cpp
src/core/baselib.hpp
src/core/baselib_io.cpp
src/core/baselib_string.cpp
src/core/baselib_system.cpp
src/core/linenoise.c [new file with mode: 0644]
src/core/linenoise.h [new file with mode: 0644]
src/core/object.cpp
src/core/opcodes.cpp
src/core/repr.cpp
src/core/state.cpp
src/core/string.cpp
src/core/vm.cpp