Skip to content

Odin v0.2.1

Compare
Choose a tag to compare
@gingerBill gingerBill released this 01 May 14:33
· 10369 commits to master since this release

Added

  • Allow vector math with its element type
  • for in iteration of enum Type

Changes

  • bprint* returns a string now

Fixes

  • Fix statement parsing of unary & and ^
  • Fix IR vector arithmetic bug
  • Fix unary expression for vectors