Dave Halter
|
d038fba9df
|
er.wrap -> Evaluator.wrap
|
2015-04-23 13:51:42 +02:00 |
|
Dave Halter
|
cf223a71f5
|
Add a position modifier for the fast parser. Not yet in use though.
|
2015-01-15 13:57:56 +01:00 |
|
Dave Halter
|
b75ba1e16c
|
interpreter documentation.
|
2015-01-08 18:34:55 +01:00 |
|
Dave Halter
|
81c4792349
|
Simplify the interpreter completion.
|
2015-01-08 18:30:49 +01:00 |
|
Dave Halter
|
a20fd12de9
|
Remove all scope_names_generator usages.
|
2015-01-08 13:24:01 +01:00 |
|
Dave Halter
|
c6315e0b45
|
todo updates.
|
2014-12-17 01:48:32 +01:00 |
|
Dave Halter
|
2dd8ed2270
|
Fix interpreter stuff, fix slicing with CompiledObject and a few other things.
|
2014-12-11 04:24:50 +01:00 |
|
Dave Halter
|
4aac363413
|
Some changes to the interpreter completions.
|
2014-12-11 03:49:05 +01:00 |
|
Dave Halter
|
c152a1c58b
|
Actually replace tree with representation (in all the imports).
|
2014-11-23 19:46:52 +01:00 |
|
Dave Halter
|
4f4ac505a3
|
Fix isses with interpreter completions.
|
2014-09-26 13:07:08 +02:00 |
|
Dave Halter
|
13ada3154b
|
replace get_defined_names with scope_names_generator in a lot of places (the cleanup still needs to be done, though).
|
2014-07-02 16:12:49 +02:00 |
|
Dave Halter
|
876942d2b8
|
Small adjustment in Interpreter completion to be compatible with static analysis
|
2014-05-13 01:39:33 +02:00 |
|
Dave Halter
|
63155808df
|
interpreter cleanup, use proper parents
|
2014-05-12 01:55:48 +02:00 |
|
Dave Halter
|
ff810d9ece
|
cache compiled.CompiledObject.defined_names attribute, improves test suite performance by 20%, numpy by more than 50%. Awesome!
|
2014-04-14 02:20:22 +02:00 |
|
Dave Halter
|
4bc55be103
|
significant speedup due to compiled caching
|
2014-04-13 16:31:38 +02:00 |
|
Dave Halter
|
c5fcebde82
|
changed _compatibility.utf8 -> 'u' and removed a lot of the issues with the now enforced unicode source input of the parser
|
2014-02-23 11:29:00 +01:00 |
|
Dave Halter
|
600371632f
|
NamePart is now no str subclass anymore. They are separated, which makes us save a lot of dicts
|
2014-02-13 19:22:36 +01:00 |
|
Dave Halter
|
7b1c35c3ed
|
fix python 3 issues with the new interpreter implementation
|
2014-01-22 16:33:00 +01:00 |
|
Dave Halter
|
4a71f4beeb
|
fixes for the interpreter stuff, py27 works now fine
|
2014-01-22 15:42:11 +01:00 |
|
Dave Halter
|
7c105d27e0
|
some tests survive the new interpreter module already
|
2014-01-22 15:17:50 +01:00 |
|
Dave Halter
|
9e063b1248
|
started writing a new interpreter module that is heavily simplified and fits the current Jedi architecture way better.
|
2014-01-21 23:35:21 +01:00 |
|