Skip to content

Releases: adituv/qbscript

v0.2 alpha 1 - different syntax

20 Dec 21:09
Compare
Choose a tag to compare
Pre-release

The syntax now uses braces instead of end block keywords. Also fixed previous bug of failing to parse nested blocks.

Alpha 3

16 Dec 05:55
Compare
Choose a tag to compare
Alpha 3 Pre-release
Pre-release

Updated syntax: arrays in structs now have their type denoted as e.g. array<int> or array<array<qbkey>> etc instead of just array. Dicts can now have standalone elements as well as key-value pairs: { x: y, nofocus }.

First compiler release

27 Nov 23:28
Compare
Choose a tag to compare
Pre-release

This is a very early version - no typechecking yet!

A 64-bit binary is provided for Windows. For other platforms, you will have to build from source:

To build from source, you require Stack. git clone this repository, then inside the directory run stack --install-ghc build. The executable will be copied to some user-specific directory; usually something like ~/.local/bin on UNIX-style systems.