Misc stuff, probably crashes

This commit is contained in:
2026-07-02 11:35:56 +10:00
parent 9bb083a6f8
commit c78426ef88
16 changed files with 474 additions and 134 deletions

View File

@@ -1,7 +1,7 @@
#include "../../include/ground.h"
#include <stdio.h>
static void writeValue(FILE* f, GroundValue* v) {
static void writeValue(FILE* f, GroundBytecodeValue* v) {
switch (v->type.type) {
case GroundType_Int: {
uint8_t tag = 0;