Skip to content

v0.9.0

Compare
Choose a tag to compare
@1Axen 1Axen released this 16 Mar 10:20
· 204 commits to main since this release

Blink 0.9.0

This release contains new features and some bugfixes.

Added

  • Added support for comments.
  • Added support for nested scopes.
  • Added support for struct generics.
  • Added auto bracket to studio plugin.

Changes

  • Ranges and arrays will now use the smallest number type needed to represent them.

Fixes

  • Fixed declarations not being deep cloned correctly.
  • Fixed studio plugin error widget text being invisible.
  • Fixed studio auto indent not indenting closing braces properly.