jorts/src
Luna 3a6df2d9ea add basic global variable support
- chunk: make writeConstant return a ConstantIndex for better
    integration with the (optional) OP_CONST_LONG
 - compiler: quickfix emitConstant()
 - vm: add a global ValueMap
2019-06-02 22:52:19 -03:00
..
chunk.zig add basic global variable support 2019-06-02 22:52:19 -03:00
compiler.zig add basic global variable support 2019-06-02 22:52:19 -03:00
main.zig add object list cleaning on VM.deinit 2019-06-02 15:39:04 -03:00
object.zig add basics of virtual machine object list 2019-06-02 14:52:19 -03:00
scanner.zig move new_scanner.zig to scanner.zig 2019-06-02 13:17:32 -03:00
token.zig add draft scanner, remove messy Token union, replace by struct 2019-06-01 16:37:24 -03:00
value.zig add objects and string comparison 2019-06-02 14:01:54 -03:00
vm.zig add basic global variable support 2019-06-02 22:52:19 -03:00