680:67a3d7c27176
|
2013-10-06 |
Paul Boddie |
changeset
files
shortlog
graph
|
Removed the optimisation flag and related instructions. |
syspython-as-target |
|
README.txt
|
|
679:48f3af55bd30
|
2013-07-08 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added some support for specific kinds of invocations identified through analysis. |
syspython-as-target |
|
docs/syspython.txt micropython/syspython.py
|
|
678:ed96a883b4b1
|
2013-07-07 |
Paul Boddie |
changeset
files
shortlog
graph
|
Simplified the selection of special functions used in generated syspython code.
Added some notes about low-level syspython special functions.
Added a reminder to the assignment documentation. |
syspython-as-target |
|
docs/assignment.txt docs/syspython.txt micropython/syspython.py
|
|
677:0402f18ff296
|
2013-07-05 |
Paul Boddie |
changeset
files
shortlog
graph
|
Improved the descriptions of access operations slightly. |
syspython-as-target |
|
docs/syspython.txt
|
|
676:e429e4ff3b98
|
2013-07-05 |
Paul Boddie |
changeset
files
shortlog
graph
|
Reintroduced explicit address-oriented operations to syspython. (Although such
operations may employ the parent of the accessed attribute and thus could
support module/class-relative accesses, differentiating between such operations
and instance-based accesses permits some flexibility in the syspython
implementation.)
Simplified the output representation of constant attributes. |
syspython-as-target |
|
docs/assignment.txt docs/syspython.txt micropython/syspython.py
|
|
675:02feed1a9aa3
|
2013-07-05 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added keyword argument names to the syspython module output.
Added a proper translation of slice objects. |
syspython-as-target |
|
docs/syspython.txt micropython/syspython.py
|
|
674:ad6b88ecbf3c
|
2013-07-05 |
Paul Boddie |
changeset
files
shortlog
graph
|
Removed parameter table acquisition. |
syspython-as-target |
|
test.py
|
|
673:89f245ded89c
|
2013-07-05 |
Paul Boddie |
changeset
files
shortlog
graph
|
Removed parameter table construction, since it is superfluous to analysis. |
syspython-as-target |
|
micropython/__init__.py
|
|
672:b8d9d6b49bf0
|
2013-07-05 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added some ideas. |
syspython-as-target |
|
TO_DO.txt
|
|
671:76bdd4381b66
|
2013-07-04 |
Paul Boddie |
changeset
files
shortlog
graph
|
Fixed operator and built-in function invocations to use the "apply" function.
Added a proper translation of print statements. |
syspython-as-target |
|
micropython/syspython.py
|
|