737:11e442323fc6
|
2013-11-15 |
Paul Boddie |
changeset
files
shortlog
graph
|
Updated PySonar information; added Micro Python information. |
syspython-as-target |
|
docs/related.txt
|
|
736:953b4e8c950f
|
2013-11-01 |
Paul Boddie |
changeset
files
shortlog
graph
|
Fixed the assignment value variable name: it has to be Python-compatible. |
syspython-as-target |
|
micropython/syspython.py
|
|
735:1aa68ebc0df9
|
2013-10-31 |
Paul Boddie |
changeset
files
shortlog
graph
|
Updated the documentation to indicate that Syspython is the current output
representation, and that the RSVP virtual machine and code generation will be
developed separately. |
syspython-as-target |
|
README.txt
|
|
734:4ed627881070
|
2013-10-31 |
Paul Boddie |
changeset
files
shortlog
graph
|
Introduced an explicit assignment expression variable. |
syspython-as-target |
|
docs/syspython.txt micropython/syspython.py
|
|
733:17ee67142915
|
2013-10-31 |
Paul Boddie |
changeset
files
shortlog
graph
|
Fixed constant attribute access invocation. |
syspython-as-target |
|
micropython/syspython.py
|
|
732:33458599a1a1
|
2013-10-31 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added remarks about local namespaces and name usage observations. |
syspython-as-target |
|
docs/concepts.txt
|
|
731:8fff69351952
|
2013-10-28 |
Paul Boddie |
changeset
files
shortlog
graph
|
Fixed broken LocalAttr initialisation. |
syspython-as-target |
|
micropython/data.py
|
|
730:f0ec81f0678f
|
2013-10-27 |
Paul Boddie |
changeset
files
shortlog
graph
|
Moved position information into the Attr class from BaseAttr since LocalAttr
is not likely to be used when defining attribute positioning. |
syspython-as-target |
|
micropython/data.py
|
|
729:7aec95a715a8
|
2013-10-27 |
Paul Boddie |
changeset
files
shortlog
graph
|
Removed "reverse" branches, since generation of local assignment information
should now be deferred until after attribute usage has been determined and
complete name/user definition information has become available. |
syspython-as-target |
|
docs/annotations.txt micropython/branch.py micropython/data.py
|
|
728:108075b4c4c4
|
2013-10-27 |
Paul Boddie |
changeset
files
shortlog
graph
|
Introduced workarounds to prevent special local attributes from having their
results "materialised" prematurely, adding to local attribute objects the
underlying generic namespace entry for each local name so that inspection-time
operations can still make sense, but where precise assignment information is
preserved until deduction. |
syspython-as-target |
|
micropython/data.py micropython/inspect.py
|
|