1
0
Fork 0
forked from fun/fun

Integer/Number and uint(8,16,32,64bit) fun... ;)

This commit is contained in:
Johannes Findeisen 2025-09-16 12:29:28 +02:00
commit 6d3456b62c
6 changed files with 182 additions and 6 deletions

View file

@ -75,6 +75,7 @@ typedef enum {
OP_TO_NUMBER, // pops any; pushes int (parse strings)
OP_TO_STRING, // pops any; pushes string
OP_TYPEOF, // pops any; pushes string name of type
OP_UCLAMP, // pops number; pushes number masked to N bits (operand = bits)
// string ops
OP_SPLIT, // pops sep, string; pushes array of strings