Skip to content

Releases: adituv/qbscript

v0.2 alpha 1 - different syntax

Pre-release

Choose a tag to compare

@adituv adituv released this 20 Dec 21:09

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

Alpha 3

Alpha 3 Pre-release
Pre-release

Choose a tag to compare

@adituv adituv released this 16 Dec 05:55

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

Pre-release

Choose a tag to compare

@adituv adituv released this 27 Nov 23:28

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.