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
|
|
783:172f844275ab
|
2017-03-26 |
Paul Boddie |
changeset
files
shortlog
graph
|
Adjusted the type for the conversion to integer of the size argument. |
|
|
templates/native/tuple.c
|
|
782:a41fbedd100a
|
2017-03-26 |
Paul Boddie |
changeset
files
shortlog
graph
|
Fixed the initialisation of the size variable. |
|
|
lib/__builtins__/tuple.py
|
|