From 988fd64a56b65c26924f2ab54a4410eb0ed05caf Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 25 Jun 2024 11:57:08 +0200 Subject: Add a TODO --- src/parser.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/parser.c b/src/parser.c index c4b9c8e..fa1c720 100644 --- a/src/parser.c +++ b/src/parser.c @@ -129,6 +129,7 @@ parsedecl(ast_t *ast, aux_t *aux, lexemes_t toks, bool toplvl) aux->buf = bufalloc(aux->buf, aux->cap, sizeof(*aux->buf)); } + /* TODO: Support ‘static’ as a keyword */ aux->buf[j].decl.isstatic = toplvl; aux->buf[j].decl.isundef = false; if (toplvl && toks.kinds[toksidx] == LEXIDENT -- cgit v1.2.3