Releases: LaputanMachines/simple-script
v1.1
This updated 1.1 release of SimpleScript contains documentation updates and quality-of-life improvements suggested by the community. Documentation is available on the SimpleScript website. There are three known issues: #1, #2, and #3. These issues are minor and do not detract from the functional usability of the language.
[bash]$ python3 shell.py # Opens the interactive shell
[SimpleScript]$ RUN ("my_program.simple") # Runs an external program
You can also input commands and functions into the interactive shell itself. There is no restriction to which filetype can be executed. SimpleScript will try to run any filetype given to it. Feel free to name your program extension anything you like.
There is now also a website for SimpleScript. It links to the documentation and the download links for the ZIP and TAR files as well. The URL is: simplescript.dev. The site is built from the README file located in the project's root directory.
v1.0
This is the initial 1.0 release of SimpleScript. Documentation is available on the SimpleScript website. On release, there are three known issues: #1, #2, and #3. These issues are minor and do not detract from the functional usability of the language.
$ python3 shell.py # Opens the interactive shell
$ RUN ("my_program.simple") # Runs an external program
You can also input commands and functions into the interactive shell itself. There is no restriction to which filetype can be executed. SimpleScript will try to run any filetype given to it. Feel free to name your program extension anything you like.