This release fixes the formatting of non-commutative expressions in the formatter, preserving their meaning
0.2.0
This release adds the possibility of using empty return statements, by indicating no return with None instead of an empty list
0.1.16
This fixes an previously thrown assertion error
0.1.15
Actually adds the full resolved path in comment
0.1.14
This release fixes one bug in NoneWalker and adds the ability to the dependency_resolver to add comments about the origins of sources
0.1.13
The resolver can now correctly resolve expression resolve calls, wrapping the imported block into a closure. the formatter now has the option `KEEP_SEMICOLON`, controlling if semicolons defined in the ast should be kept or discarded.