python2.7-compiler-package-micropython

Changelog

(0) -10 tip
32:8bdfa3b55019
2014-03-31 Paul Boddie changeset files shortlog graph Added guard-related annotations. default tip
compiler/ast.py
31:8028f38d70a9
2013-12-08 Paul Boddie changeset files shortlog graph Made operator-using nodes attribute accessors in order to permit optimisations.
compiler/ast.py
30:f72b2becdfde
2013-11-28 Paul Boddie changeset files shortlog graph Produce a "pass" statement where compound statements are empty.
compiler/ast.py
29:c75cba99b508
2013-11-17 Paul Boddie changeset files shortlog graph Added missing space between "for" and "if" clauses in generator expressions.
compiler/ast.py
28:98033bfa4034
2013-11-15 Paul Boddie changeset files shortlog graph Support tuple parameters in the serialised output. Fixed "with" serialisation.
compiler/ast.py
27:6f4e40d6109a
2013-10-27 Paul Boddie changeset files shortlog graph Added accessor annotations to AssName; added _values and _attrrevbranches to attribute users.
compiler/ast.py
26:d61b41b5311e
2013-10-09 Paul Boddie changeset files shortlog graph Added the unit annotation for all attribute users.
compiler/ast.py
25:a67772346272
2013-06-30 Paul Boddie changeset files shortlog graph Fixed list comprehension "if" statement spacing.
compiler/ast.py
24:b66892c1cd40
2013-06-30 Paul Boddie changeset files shortlog graph Fixed output related to "del" statement usage.
compiler/ast.py
23:b743b8b066dc
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