Skip to content

Beta 0.1.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@BrettRToomey BrettRToomey released this 03 Dec 19:24
· 150 commits to master since this release

New:

  • using support on enumerations
  • case statements now support lists. Ex: case "a", "b", "c":

Fixed:

  • String escape crash
  • Invalid width crash
  • Invalid codegen logic creating duplicate function prototypes
  • #function directive
  • Function calls on aliased types