Skip to content

0.6.3

Latest
Compare
Choose a tag to compare
@usagitoneko97 usagitoneko97 released this 19 Sep 08:47
· 4 commits to master since this release

v0.6.3 Release Notes (09/19/21)

  • Fixed conditions in loop causing conflicting conditions propagation (#7)
  • fixed Del and Delete shared the same node, and caused fields error (#7)
  • implemented identity (is, is not) comparison for const and instance (#7)
  • added AsyncFunctionDef, Await, AsyncFor, AsyncWith ast support
  • implemented repr, ascii builtin call, and JoinedStr, FormattedValue inference (#7, #8)

Fixed #7, #8