This is the spot where new development of ScratchScript will occur, and with a new name!
Notes: This is very early in development, so you can't actually do things like write programs and execute them yet. Versions: v0.7- and function added, setvar function added, changevar function added (Apr 24, 2021) v0.6- == function added, optimizer fixed, booleans added (Mar 20, 2021) v0.5- sqrt function added Version Notes: To add this in, I had to make the sqrt function a two-input function, as the system below only accepted two-input functions. v0.4- Second half of interpreter completed, quotes completed (Feb 13, 2021) Version Notes: This part of the interpreter will actually execute the program. You can put quotes around some text to make the programming language treat it as a string. v0.3- First half of interpreter completed (Feb 6, 2021) Version Notes: The interpreter is actually what will execute the code. v0.2- Optimizer completed (Feb 6, 2021) Version notes: The optimizer puts some of the work that would normally be on the interpreter into the hands of the compiler. v0.1- Compiler completed (Jan 30, 2021) Version notes: Now we have a compiler so we can actually compile programs.