This commit is contained in:
2026-07-27 20:22:42 +10:00
parent 7a53105eca
commit 8b04bf39b1
10 changed files with 398 additions and 5 deletions

View File

@@ -567,6 +567,7 @@ struct _Ground {
char* (*Value)(GroundValue* value);
char* (*BytecodeValue)(GroundBytecodeValue* value);
char* (*Bytecode)(GroundBytecode* bytecode);
} Stringify;
struct {