diff options
Diffstat (limited to 'include/lexer/token.h')
-rw-r--r-- | include/lexer/token.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/lexer/token.h b/include/lexer/token.h index 134582a..ab8231d 100644 --- a/include/lexer/token.h +++ b/include/lexer/token.h @@ -39,6 +39,9 @@ enum token_kind { TOK_IDENTIFIER, + /* + * Do not modify this ordering without updating parser/types.c + */ TOK_VOID, TOK_INT }; |