Dave Halter
|
4f3a15e235
|
solve random stdlib issue
|
2014-04-20 01:25:02 +02:00 |
|
Dave Halter
|
a341791fda
|
found list indexing issue with sith and fixed it.
|
2014-04-16 01:31:49 +02:00 |
|
Dave Halter
|
db1b73d423
|
lo and behold - reversed is implemented - the force is strong with this one. fixes #24
|
2014-03-11 11:04:00 +01:00 |
|
Dave Halter
|
83b490dd6d
|
PyObject -> CompiledObject, PyName -> CompiledName
|
2014-01-13 14:09:03 +01:00 |
|
Dave Halter
|
14c9ed88ca
|
fixed the getattr/__getattr__ stuff
|
2014-01-10 15:14:55 +01:00 |
|
Dave Halter
|
f868668f0e
|
trying to fix the getattr mess with compiled
|
2014-01-10 13:36:29 +01:00 |
|
Dave Halter
|
11e2446438
|
replaced builtin with compiled in all modules except imports
|
2014-01-09 11:05:04 +01:00 |
|
Dave Halter
|
e4692381cb
|
created evaluate.iterable to push arrays and generators into a seperate file
|
2013-12-30 01:02:18 +01:00 |
|
Dave Halter
|
8561217333
|
evaluator executions instead of direct instances
|
2013-12-29 19:40:45 +01:00 |
|
Dave Halter
|
0f6b5b222b
|
add a stdlib module to make it easy to write functions in pure python (instead of evaluating them)
|
2013-12-29 03:05:05 +01:00 |
|