Bastic value type casting. (0.12.0)
This commit is contained in:
parent
b6cff0c865
commit
c56a130896
8 changed files with 161 additions and 115 deletions
1
src/vm.c
1
src/vm.c
|
|
@ -321,6 +321,7 @@ void vm_run(VM *vm, Bytecode *entry) {
|
|||
#include "vm/print.c"
|
||||
#include "vm/to_number.c"
|
||||
#include "vm/to_string.c"
|
||||
#include "vm/cast.c"
|
||||
#include "vm/typeof.c"
|
||||
#include "vm/uclamp.c"
|
||||
#include "vm/sclamp.c"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue