Start work on error handling
This commit is contained in:
@@ -29,6 +29,7 @@ typedef struct GroundVariable {
|
||||
typedef struct GroundScope {
|
||||
GroundLabel** labels;
|
||||
GroundVariable** variables;
|
||||
bool isMainScope;
|
||||
} GroundScope;
|
||||
|
||||
typedef struct GroundDebugInstruction {
|
||||
|
||||
Reference in New Issue
Block a user