Finish Chapter 15

Implement a basic VM that is capable of simple math.

Signed-off-by: Daniel Henry <iamdanhenry@gmail.com>
This commit is contained in:
2025-08-21 20:30:02 -05:00
parent cb203282e5
commit 8df0ffb7e5
6 changed files with 152 additions and 0 deletions

View File

@@ -5,4 +5,6 @@
#include <stddef.h>
#include <stdint.h>
#define DEBUG_TRACE_EXECUTION
#endif