First release of RustScript
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.