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

@ -92,6 +92,8 @@ static const char *opcode_name(OpCode op) {
case OP_SLICE: return "SLICE";
case OP_TO_NUMBER: return "TO_NUMBER";
case OP_TO_STRING: return "TO_STRING";
case OP_TYPEOF: return "TYPEOF";
case OP_CAST: return "CAST";
case OP_SPLIT: return "SPLIT";
case OP_JOIN: return "JOIN";
case OP_SUBSTR: return "SUBSTR";