Skip to content

v0.1.0-beta

Compare
Choose a tag to compare
@weiwenhao weiwenhao released this 10 May 14:49
· 300 commits to master since this release

Features

  • Variable definition and assignment
  • Control flow statements
  • Functions and closures
  • Type system and custom types
  • Unary and binary operators
  • Support for struct structures
  • Built-in list/map/set/tuple data structures
  • Error handling Module management
  • Cross-compilation, currently supporting the linux/amd64 target platform
  • Memory allocation and automatic garbage collection
  • Static single assignment (SSA)
  • Reflection
  • Register allocation