All checks were successful
The build was successful.
This commit also adds new controls to variables, which prevents from re-assigning a value when set. Thanks to that, both $this and $parent cannot be overwritten by using OP_STORE instruction. Other instructions still need some work. |
||
---|---|---|
.. | ||
lib | ||
api.c | ||
builtin.c | ||
compiler.c | ||
constant.c | ||
hashmap.c | ||
lexer.c | ||
memobj.c | ||
oop.c | ||
parser.c | ||
vfs.c | ||
vm.c |