1
0
Fork 0
forked from fun/fun
fun/src/vm
2025-09-16 12:38:47 +02:00
..
arithmetic Added tons of opcode documentation, changed license to ISC and a lot of file refactoring. 2025-09-16 02:11:22 +02:00
arrays Some more opcode refactoring. (0.3.1) 2025-09-16 04:51:49 +02:00
core Some variable refactoring in vm.h and cleanups. 2025-09-16 11:59:48 +02:00
io Added tons of opcode documentation, changed license to ISC and a lot of file refactoring. 2025-09-16 02:11:22 +02:00
logic Added tons of opcode documentation, changed license to ISC and a lot of file refactoring. 2025-09-16 02:11:22 +02:00
maps Added tons of opcode documentation, changed license to ISC and a lot of file refactoring. 2025-09-16 02:11:22 +02:00
math Added tons of opcode documentation, changed license to ISC and a lot of file refactoring. 2025-09-16 02:11:22 +02:00
strings Added tons of opcode documentation, changed license to ISC and a lot of file refactoring. 2025-09-16 02:11:22 +02:00
len.c Added tons of opcode documentation, changed license to ISC and a lot of file refactoring. 2025-09-16 02:11:22 +02:00
line.c Added line numbers to debug and error output. 2025-09-16 11:23:42 +02:00
print.c Some variable refactoring in vm.h and cleanups. 2025-09-16 11:59:48 +02:00
sclamp.c Signed Integers. 2025-09-16 12:38:47 +02:00
to_number.c Added tons of opcode documentation, changed license to ISC and a lot of file refactoring. 2025-09-16 02:11:22 +02:00
to_string.c Added tons of opcode documentation, changed license to ISC and a lot of file refactoring. 2025-09-16 02:11:22 +02:00
typeof.c Added typeof opcode to verify variable types. 2025-09-16 03:45:25 +02:00
uclamp.c Integer/Number and uint(8,16,32,64bit) fun... ;) 2025-09-16 12:29:28 +02:00