Skip to content

Releases: dzfrias/scurry

0.3.0

18 Nov 17:21
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

Version 0.3.0 includes some big changes!

  • Type annotations
  • Optional type safety
  • Line numbers in unrecognized variable errors
  • Some bug fixes
  • Other small changes

0.2.0

16 Nov 18:19
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Version 0.2.0 includes some important changes!

  • Imports and exports from other files
    • You can now share code between files!
  • Better assign statements
    • Assign statements now accept expressions on the left hand side!
  • Operator assignment
    • +=, *=, etc.

0.1.0

15 Nov 01:21
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

The first usable version of Scurry.

Missing:

  • Some language features
    • Imports/modularity
    • Type annotations
    • Standard library
    • Some smaller, less essential, features
  • Documentation