Releases: adituv/qbscript
Releases · adituv/qbscript
v0.2 alpha 1 - different syntax
The syntax now uses braces instead of end block keywords. Also fixed previous bug of failing to parse nested blocks.
Alpha 3
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
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.