David Halter
|
a091ee92a4
|
fix dictionary index problems
|
2013-02-10 16:12:30 +01:00 |
|
David Halter
|
fb6b3ce342
|
reintroduce parent and get_parent_until for er.Array, because an array is a builtin. always.
|
2013-02-10 15:58:02 +01:00 |
|
David Halter
|
7dce3cb964
|
param keys of dicts are statements now
|
2013-02-10 15:50:44 +01:00 |
|
David Halter
|
cd49126733
|
improved param generator
|
2013-02-10 02:01:27 +01:00 |
|
David Halter
|
22a1b2397d
|
simple function tests pass now
|
2013-02-09 03:55:30 +01:00 |
|
David Halter
|
a1e366f791
|
different little beauty improvements
|
2013-02-09 03:16:10 +01:00 |
|
David Halter
|
07f4c08069
|
some param fixes
|
2013-02-08 23:16:04 +01:00 |
|
David Halter
|
2fef25b1b1
|
fixed some dict issues
|
2013-02-08 21:18:58 +01:00 |
|
David Halter
|
a5e9977e94
|
fix first tuple assignments
|
2013-02-08 18:46:56 +01:00 |
|
David Halter
|
70f07320aa
|
Statement.get_assignment_details -> get_commands (makes more sense)
|
2013-02-08 16:19:05 +01:00 |
|
David Halter
|
d6257fffc8
|
make array slicing work again
|
2013-02-08 15:50:35 +01:00 |
|
David Halter
|
4f060ddcd9
|
refactor a lot of er.Array
|
2013-02-08 13:09:08 +01:00 |
|
David Halter
|
39f43c52fe
|
little fixes for the dynamic module
|
2013-02-08 12:53:14 +01:00 |
|
David Halter
|
94126edda8
|
get rid of generate_param_array
|
2013-02-08 12:32:19 +01:00 |
|
David Halter
|
d82b8d5e19
|
remove close_brackets - not needed anymore
|
2013-02-08 02:43:05 +01:00 |
|
David Halter
|
80d4c6e884
|
many refactoring fixes
|
2013-02-08 01:36:58 +01:00 |
|
David Halter
|
d6a5a3e0e7
|
further removals of unused code, also changes evaluate, now.
|
2013-02-07 17:39:54 +01:00 |
|
David Halter
|
0e41001dd6
|
er.ArrayElement -> ArrayMethod
|
2013-02-06 18:37:56 +01:00 |
|
David Halter
|
56d900b7e2
|
moved recursion parts from helper to recursion.py
|
2013-02-05 23:41:54 +01:00 |
|
David Halter
|
6e1d693c46
|
evaluate_representation docstring
|
2013-02-05 18:45:16 +01:00 |
|
David Halter
|
2b64171dd7
|
evaluate.get_scopes_for_name -> evaluate.find_name
|
2013-02-05 18:27:01 +01:00 |
|
David Halter
|
4020c505e3
|
python 2.5 compatibility
|
2013-02-05 17:37:16 +01:00 |
|
David Halter
|
783ed0b2a0
|
cleanup - pep8
|
2013-02-05 17:00:17 +01:00 |
|
David Halter
|
9a977c46f4
|
split evaluate into evaluate and evaluate_representation
|
2013-02-05 16:52:56 +01:00 |
|