aboutsummaryrefslogtreecommitdiff
path: root/src/compiler/parser/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/parser/parser.h')
-rw-r--r--src/compiler/parser/parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/parser/parser.h b/src/compiler/parser/parser.h
index 510e4e9..006fc59 100644
--- a/src/compiler/parser/parser.h
+++ b/src/compiler/parser/parser.h
@@ -16,7 +16,7 @@ extern const char *PARSED_TOKEN_STRINGS[];
typedef struct ParseOrder {
bool ltr;
size_t size;
- Token tokens[10];
+ Token tokens[10]; // TODO: change this
} ParseOrder;
typedef struct ScopeMetadata {