remove todo comment
This commit is contained in:
parent
08571b89e5
commit
30825a49ff
@ -48,7 +48,7 @@ typedef struct {
|
|||||||
} Local;
|
} Local;
|
||||||
|
|
||||||
typedef struct Compiler {
|
typedef struct Compiler {
|
||||||
Local* locals; //TODO: Make this a dynamic array
|
Local* locals;
|
||||||
int localCount;
|
int localCount;
|
||||||
int localCapacity;
|
int localCapacity;
|
||||||
int scopeDepth;
|
int scopeDepth;
|
||||||
|
Loading…
Reference in New Issue
Block a user