Releases: mystborn/TaffyScript
Releases · mystborn/TaffyScript
Release 1.9.1
You can now create lambda scripts inside of a script. They can capture variables from the surrounding environment, be passed as arguments, assigned to variables, etc. In addition, major changes have been made to the compiler and .NET implementation that make major improvements to compile/runtime performance.
Release 1.6.1.0
The script rework is here! Object events can now have arguments and return values! Scripts and events can now be assigned to variables, which can then be called! General bug fixes and performance enhancements.
Release 1.5.1.0
Fixes some major bugs
TaffyScript.1.5.1.zip
Release 1.5.0.0
To install, just unzip the contents to your desired location.
Running the compiler:
tsc "path/to/project/location"
For more info, check out the wiki