diff --git a/compiler.c b/compiler.c index 47c4129..cfb6219 100644 --- a/compiler.c +++ b/compiler.c @@ -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;