740:b7eb6cf6072c
|
2013-11-15 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added a test of random module usage, incurring a fair amount of library access. |
syspython-as-target |
|
tests/random.py
|
|
739:3cf7cc851553
|
2013-11-15 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added a "not in" operator function for convenience. |
syspython-as-target |
|
lib/operator.py micropython/common.py
|
|
738:87db7d860e4e
|
2013-11-15 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added a module to verify that an appropriate compiler module is being used. |
syspython-as-target |
|
micropython/common.py micropython/deduce.py micropython/inspect.py micropython/report.py micropython/stdcompiler.py micropython/syspython.py
|
|
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
|
|