Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 356 Bytes

CHANGELOG.md

File metadata and controls

9 lines (9 loc) · 356 Bytes

Unreleased

  • Added for-in and for-of statements.
  • Added standard library for strings, numbers, booleans and null types.
  • Typechecker and compiler.
  • Interfaces and HashMaps.
  • Functions and Anoymous Functions.
  • Arrays with single data type.
  • Let and const statements.
  • Data types: string, number, boolean, void, (type)[] and () => void.