Today:
• Supported static fields initialization (PR: https://github.com/krzema12/kotlin-python/pull/128) – +102 passed, +4 failed because no support for unsigned numbers, chars, property delegates, any-to-string conversions.
• Prettified output a bit by removing some Unit_getInstance calls (PR: https://github.com/krzema12/kotlin-python/pull/129).
• Started supporting do-while completely. Looks like a lowering is needed but I haven't created any yet, so probably it will be my first. In progress.
Next time (likely in two weeks because we have a public holiday next Friday): further progress with do-while; if have time: two remaining topics (variables namer, casts).