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