Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@organic-nailer organic-nailer released this 26 Apr 03:45
· 4 commits to master since this release

features

  • Support file division. Now we can use multiple dart files and import them.
  • Support for-in statement
  • Display stderr text in "cargo run"

bug fixes

  • Fix the error that occurs when a return type other than "void" is selected for the function.
  • Fix the problem that the return value is evaluated as null when writing the function body in the form of "=> expression;"