Version 0.2.2 There were 69 commits since last release. This release brings general improvement to the VM, thanks to all the bugs that were fixed. Apart from that this release also comes with several small new features, i.e. support for new instructions (FRAME, PARAM, PAREF and ARG) and improved function call mechanism. The improvement here means that functions can now be passed parameters and access them. Functions are now also equipped with local scopes - global scope cannot be accessed from them but it is possible to make changes in non-local scopes by passing parameters by reference. Quick list: - bugfixes, - local function scopes, - improved function call mechanism, - function parameters,