Dave Halter
|
0a4e858d88
|
Fix a recursion issue and add a test.
|
2016-07-27 19:15:03 +02:00 |
|
Dave Halter
|
bef5fca516
|
Refactor compiled.CompiledObject so it always owns an evaluator instance.
|
2015-12-08 02:19:33 +01:00 |
|
Dave Halter
|
7c94cd674a
|
Fix an issue with the default type of memoize_default nt being a set.
|
2015-11-10 20:53:42 +01:00 |
|
Dave Halter
|
844a011193
|
Replacing the types list with a types set. Some tests are failing, though.
|
2015-10-13 18:03:36 +02:00 |
|
Dave Halter
|
71547641ae
|
The recursion detector doesn't need to separate params and normal statements anymore, because now they are two completely different things.
|
2015-04-28 01:26:48 +02:00 |
|
Dave Halter
|
68bd9160e2
|
Fixed list comprehension name lookups.
|
2014-12-01 00:08:27 +01:00 |
|
Dave Halter
|
c152a1c58b
|
Actually replace tree with representation (in all the imports).
|
2014-11-23 19:46:52 +01:00 |
|
Dave Halter
|
278bc9d705
|
Fix generators.
|
2014-11-14 02:05:25 +01:00 |
|
Dave Halter
|
cf63d20988
|
get rid of the evaluate_generator param
|
2014-07-30 16:36:27 +02:00 |
|
Dave Halter
|
0b99473886
|
ExecutedParams should never be additionally faked, even if they are the first params. They have been legitimately created by a caller.
|
2014-06-30 15:22:53 +02:00 |
|
Dave Halter
|
371ec888e9
|
further test for list comprehensions
|
2014-06-12 11:20:46 +02:00 |
|
Dave Halter
|
d5758adb2b
|
fix list comprehensions. they were not implemented in a good way
|
2014-06-12 11:10:10 +02:00 |
|
Dave Halter
|
0b926ca454
|
get rid of is_list_comp boolean in favor of a direct check of ListComprehensionFlow
|
2014-06-09 20:19:31 +02:00 |
|
Dave Halter
|
5764e760d2
|
improve internal module links for sphinx documentation
|
2014-03-11 15:46:08 +01:00 |
|
Dave Halter
|
682e1c2708
|
debug.dbg and debug.warning now take a string and format args parameters to make debugging a little bit cleaner
|
2014-01-13 16:16:07 +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
|
ff983f70bc
|
fix execution recursion decorators
|
2013-12-26 18:01:54 +01:00 |
|
Dave Halter
|
85a12e8866
|
RecursionDecorator now also works with Evaluator caches
|
2013-12-24 19:14:14 +01:00 |
|
Dave Halter
|
118ed2e0a3
|
RecursionNode should be public
|
2013-12-24 18:49:15 +01:00 |
|
Dave Halter
|
eedadbfe95
|
temporary interfaces subclass. let's see if we need to keep it
|
2013-12-24 17:27:06 +01:00 |
|
Dave Halter
|
cd8880d8ef
|
move recursion.py to evaluate folder
|
2013-12-24 17:19:07 +01:00 |
|