Skip to content

Latest commit

 

History

History
62 lines (48 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

62 lines (48 loc) · 1.05 KB

Changelog

v0.1.8

Bug fixes

  • False highlighting of variables inside an expression

v0.1.7

Additions

  • Invalid numbers are highlighted

Changes

  • Base of number is highlighted as keyword
  • All numbers support decimals now

v0.1.6

Additions

  • fallthrough keyword
  • unreachable keyword
  • yield keyword

v0.1.5

Additions

  • is keyword
  • bootloader.laye example
  • Support for type arrays

Bug fixes

  • False highlighting of type properties

v0.1.4

Additions

  • Type literals

Changes

  • Removed is from token.laye

Bug fixes

  • False highlighting in binary shift operations

v0.1.3

Additions

  • assert keyword
  • Reference operator (&)

Changes

  • Replaced nodiscard with discard and discardable

v0.1.2

Additions

  • @see and @deprecated annotation in doc-comments
  • tokens.laye example

Changes

  • Adapted new laye syntax
  • Refactored grammar for more readability and faster parsing
  • Reduced file sizes
  • Renamed examples to test

v0.1.1

Bug fixes

v0.1.0

Initial release