1
0
Fork 0
forked from fun/fun
fun/src
2025-09-26 09:20:12 +02:00
..
vm Signed Integers. 2025-09-16 12:38:47 +02:00
array_utils.c Some housekeeping and refactoring. 2025-09-16 05:39:43 +02:00
bytecode.c Some more opcode refactoring. (0.3.1) 2025-09-16 04:51:49 +02:00
bytecode.h Signed Integers. 2025-09-16 12:38:47 +02:00
fun.c Some typo fixes reported by Clang. This is tested on Linux (Alpine and Artix) and FreeBSD. 2025-09-17 13:02:00 +02:00
fun_test.c Added tons of opcode documentation, changed license to ISC and a lot of file refactoring. 2025-09-16 02:11:22 +02:00
iter.c Some housekeeping and refactoring. 2025-09-16 05:39:43 +02:00
map.c Added tons of opcode documentation, changed license to ISC and a lot of file refactoring. 2025-09-16 02:11:22 +02:00
parser.c Some fixes to make it compile on FreeBSD. 2025-09-26 09:20:12 +02:00
parser.h Added tons of opcode documentation, changed license to ISC and a lot of file refactoring. 2025-09-16 02:11:22 +02:00
parser_utils.c Some housekeeping and refactoring. 2025-09-16 05:39:43 +02:00
str_utils.c Added tons of opcode documentation, changed license to ISC and a lot of file refactoring. 2025-09-16 02:11:22 +02:00
string.c Some housekeeping and refactoring. 2025-09-16 05:39:43 +02:00
test_opcodes.c Added tons of opcode documentation, changed license to ISC and a lot of file refactoring. 2025-09-16 02:11:22 +02:00
value.c Added tons of opcode documentation, changed license to ISC and a lot of file refactoring. 2025-09-16 02:11:22 +02:00
value.h Added tons of opcode documentation, changed license to ISC and a lot of file refactoring. 2025-09-16 02:11:22 +02:00
vm.c Signed Integers. 2025-09-16 12:38:47 +02:00
vm.h Some variable refactoring in vm.h and cleanups. 2025-09-16 11:59:48 +02:00