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 |
|