Balright time to break master again

This commit is contained in:
2026-01-20 21:17:08 +11:00
parent 08b1edd7a7
commit 792aed13ae
2 changed files with 51 additions and 12 deletions

View File

@@ -14,17 +14,6 @@ extern "C" {
struct GroundScope;
typedef struct GroundScope GroundScope;
/*
* Stores data associated with an error thrown during Ground execution.
*/
typedef struct GroundError {
char* what;
char* type;
struct GroundInstruction* where;
size_t line;
bool hasLine;
} GroundError;
// Creates a GroundValue containing (in), with type ERROR.
GroundValue createErrorGroundValue(GroundError in);