python2.6-compiler-package-micropython

Changelog

(0) -10 tip
29:2a6be211cbc4
2014-03-31 Paul Boddie changeset files shortlog graph Added guard-related annotations. default tip
compiler/ast.py
28:9035bca8d129
2013-12-08 Paul Boddie changeset files shortlog graph Made operator-using nodes attribute accessors in order to permit optimisations.
compiler/ast.py
27:a12c5b0c431b
2013-11-28 Paul Boddie changeset files shortlog graph Produce a "pass" statement where compound statements are empty.
compiler/ast.py
26:04f2a6949903
2013-11-17 Paul Boddie changeset files shortlog graph Added missing space between "for" and "if" clauses in generator expressions.
compiler/ast.py
25:abb8f39e4c53
2013-11-15 Paul Boddie changeset files shortlog graph Support tuple parameters in the serialised output. Fixed "with" serialisation.
compiler/ast.py
24:fc723c1ed25f
2013-10-27 Paul Boddie changeset files shortlog graph Added accessor annotations to AssName; added _values and _attrrevbranches to attribute users.
compiler/ast.py
23:714bdce33f30
2013-10-09 Paul Boddie changeset files shortlog graph Added the unit annotation for all attribute users.
compiler/ast.py
22:cf77f68dff0a
2013-06-30 Paul Boddie changeset files shortlog graph Fixed list comprehension "if" statement spacing.
compiler/ast.py
21:dc308a3033f3
2013-06-30 Paul Boddie changeset files shortlog graph Fixed output related to "del" statement usage.
compiler/ast.py
20:ae718c3f3425
2013-05-01 Paul Boddie changeset files shortlog graph Added a special base class providing specific annotations for attribute access. Made the Node.visit method return results of default method invocations. Tidied the docstring output. Fixed the exec output.
compiler/ast.py
(0) -10 tip