Rusted Script is an advanced programming language made by Rusted Studio.
Setup development with Rusted Script on your computer.
If you want to play around and see what Rusted Script can do, run the shell like below;
Run shell.py with python3!
$ git clone https://github.com/Rusted-Script/Rusted-Script.git
$ cd Rusted-Script
$ cd src
$ python3 shell.py
The current version of the interpreter may have bugs, as it is still in Pre-Alpha (Version 0.0.2)! If you come accross any bugs, dont hesitate to open a issue.
First make a simple .rusted file, and then run the following;
$ python3 src/interpreter.py #### Your file path here #### ../test.rusted
# After that, the Rusted Script interpreter will run your code.
Docs for Rusted Script can be found here.
If you see any bugs, dont hesitate to open a new issue on our GitHub!