Skip to content

First release of RustScript

Compare
Choose a tag to compare
@WilliamRagstad WilliamRagstad released this 05 Aug 15:34
· 90 commits to main since this release

Initial release

This is the initial public release of the RustScript language Interpreter!🎉

Usage

Download the RustScript.jar file below and run it in your terminal using:

java -jar RustScript.jar <script>

Create a .rs script file and begin coding away!
Examples and short documentation can be found in this repository.