Simple POC for a transpiler from Move to Aiken.
Function bodies in Move are a concatenation of "void expressions" (separated by ";") and a last expression which has type of the function's return type.
Void expressions are:
- Let bindings
- Normal expression with void type