remove todo comment

This commit is contained in:
pjht 2019-06-03 16:22:31 -05:00
parent 08571b89e5
commit 30825a49ff

View File

@ -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;