Matchbox 0.2.1 Released
Matchbox 0.2.1 is a bug fix release.
This release corrects function and built-in argument order, recognizes the intended double and protocol keyword spellings, and explicitly rejects unsupported comparison, logical, bitwise-assignment, and shift-assignment operators.
Fixed
- Fixed the
byteorderbuilt-in function return value. - Fixed argument and operator parsing errors.
- Fixed lexer keyword spelling errors so
doubleandprotocolare recognized correctly.
Download
Download Matchbox 0.2.1 for Windows (32-bit).
Matchbox remains early-stage software. Version 0.2.1 supports Windows, uses signed 32-bit integers, and intentionally provides a small language surface.
The source for this release is available under the 0.2.1 tag.