Skip to content

Releases: mystborn/TaffyScript

Release 1.9.1

22 Jun 18:28
ebec219
Compare
Choose a tag to compare

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

22 Apr 01:29
9cbdcd4
Compare
Choose a tag to compare

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

22 Mar 22:53
cf60f89
Compare
Choose a tag to compare

Fixes some major bugs
TaffyScript.1.5.1.zip

Release 1.5.0.0

15 Mar 23:06
743a392
Compare
Choose a tag to compare

TaffyScript.1.5.0.zip

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