aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontend/lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/lexer.h')
-rw-r--r--src/frontend/lexer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frontend/lexer.h b/src/frontend/lexer.h
index 54c88fa..1134739 100644
--- a/src/frontend/lexer.h
+++ b/src/frontend/lexer.h
@@ -37,6 +37,7 @@ enum Keyword
KW_NOT,
KW_IF,
KW_ELSE,
+ KW_GRANTED,
};
struct token
{