261:49e650e83030
|
2009-09-30 |
Paul Boddie |
changeset
files
shortlog
graph
|
Moved the native function library into a separate module.
Added notes about narrowing type candidates when predicting accesses to
attributes. |
|
|
README.txt rsvp.py rsvplib.py
|
|
260:25c1660165db
|
2009-09-25 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added __name__ attribute definition to each module.
Added more int method declarations. |
|
|
lib/builtins.py micropython/inspect.py
|
|
259:11aaa493c628
|
2009-09-24 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added support for bitwise operators.
Added a listiterator class to the builtins module, employed by the list class. |
|
|
lib/builtins.py micropython/ast.py micropython/trans.py rsvp.py tests/bitwise.py
|
|
258:f9de38187743
|
2009-09-04 |
Paul Boddie |
changeset
files
shortlog
graph
|
Removed obsolete CheckFrame operand. |
|
|
micropython/ast.py
|
|
257:9e7cd9146ed3
|
2009-09-04 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added document descriptions. |
|
|
docs/index.txt
|
|
256:be363259339c
|
2009-07-19 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added a CheckExtra instruction in order to support star parameters.
Removed star parameter presence from the CheckFrame instruction operand.
Moved the list of instructions consuming the current value to the
micropython.rsvp module.
Split the extra argument tests into two separate tests respectively involving
known and unknown invocation targets. |
|
|
micropython/ast.py micropython/opt.py micropython/rsvp.py rsvp.py tests/call_func_extra.py tests/call_func_extra_known.py tests/call_func_extra_unknown.py
|
|
255:2c60577895f0
|
2009-07-14 |
Paul Boddie |
changeset
files
shortlog
graph
|
Attempt to define a mechanism which makes star parameter values properly
available. |
|
|
docs/invocation.txt micropython/ast.py micropython/rsvp.py rsvp.py
|
|
254:13558f703a70
|
2009-07-13 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added tuple methods and tests. |
|
|
rsvp.py tests/tuple.py
|
|
253:cda541c40c81
|
2009-07-12 |
Paul Boddie |
changeset
files
shortlog
graph
|
Added notes on native functions and the "unused objects" optimisation.
Added missing copyright and licensing information.
Tidied native function generation slightly. |
|
|
docs/COPYING.txt docs/gpl-3.0.txt docs/index.txt docs/native.txt docs/optimisations.txt micropython/__init__.py micropython/cmd.py micropython/program.py
|
|
252:ec59a6790ccc
|
2009-07-12 |
Paul Boddie |
changeset
files
shortlog
graph
|
Simplified active object detection by only using objects whose names are used in
active sections of a program. A mapping of object names to referenced object
names is traversed to identify such active sections, eliminating the referenced
flag previously employed. |
|
|
micropython/__init__.py micropython/ast.py micropython/data.py micropython/inspect.py
|
|