token_match_pound

This commit is contained in:
Krzosa Karol
2022-06-12 12:14:15 +02:00
parent cd3098da45
commit 526967abbd
7 changed files with 23 additions and 11 deletions

View File

@@ -84,8 +84,6 @@ enum Token_Kind{
TK_Integer,
TK_Keyword,
TK_FOREIGN,
TK_Pointer = TK_Mul,
TK_Dereference = TK_BitAnd,