Skip to content

Umka 1.4

Compare
Choose a tag to compare
@vtereshkov vtereshkov released this 25 May 16:24
· 55 commits to master since this release
c7d905e
  • New a::b syntax for imported identifiers to distinguish them from field/method access
  • Separate namespace for module names
  • Enumeration type
  • Improved type inference for composite literals and enumeration constants
  • Recursive types containing dynamic arrays or maps
  • Friendly weak pointers
  • %lv and %llv format specifiers for pretty-printing with printf()
  • main() is optional
  • New std::assert() and improved std::exitif()
  • Improved disassembly output
  • Bytecode optimizations
  • Bug fixes