This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
Releases: DemonExposer/GSL
Releases · DemonExposer/GSL
0.3.0
Added:
- File I/O
- Classes
- Arrays
- File importing
- Strings
- Dictionaries
and many more small additions and bug fixes.
0.2.0
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
Fixed priorities and metadata clean up
0.1.0
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