Start work on error handling

This commit is contained in:
2026-01-18 20:49:50 +11:00
parent 549eaedc04
commit 72162a7410
4 changed files with 106 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ typedef struct GroundVariable {
typedef struct GroundScope {
GroundLabel** labels;
GroundVariable** variables;
bool isMainScope;
} GroundScope;
typedef struct GroundDebugInstruction {