Dave Halter
|
f7e236971b
|
moved the input of get_index_types to a more typical type system
|
2014-04-04 12:09:46 +02:00 |
|
Dave Halter
|
84fde13b84
|
implemented a first prototype of a slicing and index creation function
|
2014-04-03 21:10:42 +02:00 |
|
Dave Halter
|
394e2e77de
|
refactored the development docs, which was badly needed especially since evaluate/dynamic.py doesn't contain a lot of functionality anymore.
|
2014-03-11 17:26:38 +01:00 |
|
Dave Halter
|
6c5e91da69
|
some code - just written for @dbrgn
|
2014-03-10 23:08:09 +01:00 |
|
Dave Halter
|
e587b876b6
|
tests and improvements for __next__ and send generator methods
|
2014-01-23 20:02:36 +01:00 |
|
Dave Halter
|
162d794081
|
underscore_decorators now automatically convert generators to lists
|
2014-01-23 15:21:52 +01:00 |
|
Dave Halter
|
a1b68945ed
|
fix some generator parents
|
2014-01-23 14:27:20 +01:00 |
|
Dave Halter
|
d5aa36cc69
|
replace propery with safe_property in some evaluate cases. fixes #249
|
2014-01-15 15:07:06 +01:00 |
|
Dave Halter
|
99882724da
|
is_py3k -> is_py3
|
2014-01-14 11:43:56 +01:00 |
|
Dave Halter
|
cdd356ff9b
|
removed pr.String and pr.Number in favor of the more general pr.Literal
|
2014-01-13 16:47:01 +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
|
83b490dd6d
|
PyObject -> CompiledObject, PyName -> CompiledName
|
2014-01-13 14:09:03 +01:00 |
|
Dave Halter
|
4006b231d3
|
fix a few last standing issues with integration tests. ok after running tests with tox i see that they are not the last issues...
|
2014-01-12 00:34:56 +01:00 |
|
Dave Halter
|
d430ef53a7
|
fix a few more minor issues
|
2014-01-11 16:14:58 +01:00 |
|
Dave Halter
|
fc35e69a16
|
adding helpers.FakeName and other fakes to make it easier to fake parser names and statements
|
2014-01-11 13:41:03 +01:00 |
|
Dave Halter
|
9056dc1b9b
|
fixed some array indexing
|
2014-01-09 19:55:00 +01:00 |
|
Dave Halter
|
11e2446438
|
replaced builtin with compiled in all modules except imports
|
2014-01-09 11:05:04 +01:00 |
|
Dave Halter
|
a74b7299e2
|
scan_statement -> scan_statement_for_calls
|
2014-01-07 15:10:19 +01:00 |
|
Dave Halter
|
359f3ed4a9
|
also moved scan_statement away from dynamic
|
2014-01-07 15:06:11 +01:00 |
|
Dave Halter
|
53dbec52ab
|
use find_types instead of find_names
|
2014-01-06 14:29:23 +01:00 |
|
Dave Halter
|
0c62d7d0d9
|
evaluate.iterable also owns get_iterator_types now
|
2013-12-30 01:56:40 +01:00 |
|
Dave Halter
|
6ece1de22d
|
move some imports around
|
2013-12-30 01:49:01 +01:00 |
|
Dave Halter
|
7b936cf6ec
|
move dynamic array stuff to evaluate.iterable
|
2013-12-30 01:38:15 +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 |
|