Update error handling inside extlibs

This commit is contained in:
2026-01-18 21:37:46 +11:00
parent 72162a7410
commit 754b63fb75
5 changed files with 42 additions and 112 deletions

View File

@@ -51,6 +51,7 @@ typedef struct GroundError {
char* type;
struct GroundInstruction* where;
size_t line;
bool hasLine;
} GroundError;
/*