Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Releases: DemonExposer/GSL

0.3.0

19 Aug 14:32
3b7c69f
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

Added:

  • File I/O
  • Classes
  • Arrays
  • File importing
  • Strings
  • Dictionaries

and many more small additions and bug fixes.

0.2.0

19 Jul 15:00
62aaca5
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Implemented functions.

Note: Functions have access to the top scope and their own. This means that if you were to nest a function inside a statement with a different scope, the function would not have access to that scope's variables.

0.1.1

16 Jul 18:03
303592e
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

Fixed priorities and metadata clean up

0.1.0

16 Jul 13:34
b7165dd
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

First turing complete version of the language

Note: in the examples there is an example of an on-statement with a string in it, but strings are not implemented yet