793:059cb35b4421
|
2017-03-31 |
Paul Boddie |
changeset
files
shortlog
graph
|
Consolidated initialiser and return value code. |
|
|
resolving.py
|
|
792:d70932955645
|
2017-03-31 |
Paul Boddie |
changeset
files
shortlog
graph
|
Fixed non-recognition of deferred references in non-module, non-function scopes. |
|
|
inspector.py resolving.py tests/attr_class.py
|
|
791:70525f8ca631
|
2017-03-30 |
Paul Boddie |
changeset
files
shortlog
graph
|
Introduced location abstractions in order to be able to retain both access and
accessor locations as keys in the alias mapping. This fixes conflicts where name
accesses were being confused with name definitions.
Replacement of name accesses with accessors is no longer performed in the alias
mapping initialisation.
Various convenience mappings from accessors and accesses to initialised name
details are also established in the deducer. |
|
|
common.py deducer.py encoders.py translator.py
|
|
790:51cde302e18f
|
2017-03-30 |
Paul Boddie |
changeset
files
shortlog
graph
|
Fixed dictionary initialisation. |
|
|
templates/progops.c
|
|
789:f5b309580228
|
2017-03-29 |
Paul Boddie |
changeset
files
shortlog
graph
|
Incorporate invocation details in the alias output. |
|
|
deducer.py encoders.py
|
|
788:9ec1872daea4
|
2017-03-28 |
Paul Boddie |
changeset
files
shortlog
graph
|
Changed the location notations and added output of alias information. |
|
|
deducer.py encoders.py
|
|
787:78554ece62b2
|
2017-03-28 |
Paul Boddie |
changeset
files
shortlog
graph
|
Changed various instance tests to use the special integer-testing function. |
|
|
lib/__builtins__/int.py lib/__builtins__/mapping.py lib/__builtins__/types.py lib/posix/iconv.py
|
|
786:7cfb3ba08460
|
2017-03-26 |
Paul Boddie |
changeset
files
shortlog
graph
|
Moved literal instantiator definitions to the templates, reordering the
parameters and employing bare arguments. |
|
|
generator.py templates/progops.c templates/progops.h translator.py
|
|
785:1f07b0aa675e
|
2017-03-26 |
Paul Boddie |
changeset
files
shortlog
graph
|
Simplified the tuple instantiator. |
|
|
templates/progops.c
|
|
784:7a592926e9e4
|
2017-03-26 |
Paul Boddie |
changeset
files
shortlog
graph
|
Use item access methods directly instead of invoking operator functions. |
|
|
common.py
|
|