Skip to content

Releases: katsaii/catspeak-lang

Functional

13 Sep 23:37
Compare
Choose a tag to compare

This release introduces functions into the Catspeak language. This makes it possible to create new behaviour that is able to executed from within GML or the Catspeak virtual machine. Read about their syntax in the wiki.

For All Catkind

13 Sep 18:35
Compare
Choose a tag to compare

This release brings improvements and for-loops to the language. Read about their syntax in the wiki.

Patch 1.0.1

20 Jul 15:54
Compare
Choose a tag to compare

Patches a breaking bug in the process manager.

Catspeak

01 Jul 02:00
Compare
Choose a tag to compare

Version 1.0.0 is here! It brings bug fixes and improvements compared to the pre-releases.

See the wiki for documentation and installation instructions.

Pre-Release 3

27 Jun 00:53
Compare
Choose a tag to compare
Pre-Release 3 Pre-release
Pre-release

Hopefully the final pre-release before 1.0. This update brings lots of refactors to the usability of the library, such as automatic multi-step processing, and the ability for a single Catspeak session to spawn multiple processes that execute their programs individually.

Read the comments above functions for documentation help. Proper documentation will be added in 1.0. Please contact me or create an issue if you run into any trouble.

Pre-Release 2

22 Jun 00:15
Compare
Choose a tag to compare
Pre-Release 2 Pre-release
Pre-release

This release brings language improvements, usability improvements, and examples. Notable additions include:

  • JSON support
  • Multiple error and result handlers
  • Breaking out of multiple loops
  • Usage examples, including how to perform multi-step processing correctly

Pre-Release 1

20 Jun 00:20
Compare
Choose a tag to compare
Pre-Release 1 Pre-release
Pre-release

A simple release to get some input from users. Not feature-complete and not production ready!

Please open an issue if you encounter any problems.