1
0
Fork 0
forked from fun/fun

Bastic value type casting. (0.12.0)

This commit is contained in:
Johannes Findeisen 2025-09-29 03:26:35 +02:00
commit c56a130896
8 changed files with 161 additions and 115 deletions

View file

@ -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"