1
0
Fork 0
forked from fun/fun
fun/src
2025-09-14 15:48:28 +02:00
..
bytecode.c Major refactoring commit. Switched from Make tu CMake. 2025-09-13 22:55:17 +02:00
bytecode.h Major refactoring commit. Switched from Make tu CMake. 2025-09-13 22:55:17 +02:00
fun.c Initial parser implementation that runs a simple hello_world.fun script. 2025-09-13 23:50:01 +02:00
fun_test.c Major refactoring commit. Switched from Make tu CMake. 2025-09-13 22:55:17 +02:00
opcode_names.c Initial code commit. 2025-09-13 05:09:20 +02:00
parser.c Added -DFUN_DEBUG=ON flag as cmake option to enable debug messages. Default is -DFUN_DEBUG=off. 2025-09-14 15:48:28 +02:00
parser.h Initial parser implementation that runs a simple hello_world.fun script. 2025-09-13 23:50:01 +02:00
test_opcodes.c Major refactoring commit. Switched from Make tu CMake. 2025-09-13 22:55:17 +02:00
value.c Initial code commit. 2025-09-13 05:09:20 +02:00
value.h Initial code commit. 2025-09-13 05:09:20 +02:00
vm.c Functions. 2025-09-14 15:12:30 +02:00
vm.h Initial parser implementation that runs a simple hello_world.fun script. 2025-09-13 23:50:01 +02:00